Skip to content

Commit 4274b10

Browse files
Update actions/checkout action to v4
1 parent 69f3137 commit 4274b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
python-version: ['3.9', '3.10', '3.11']
3535

3636
steps:
37-
- uses: actions/checkout@v3
37+
- uses: actions/checkout@v4
3838

3939
- name: Set Environment Variables
4040
id: set_env_vars

0 commit comments

Comments
 (0)