Skip to content

Commit a6885d7

Browse files
Update actions/checkout action to v5
1 parent 6190cda commit a6885d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
max-parallel: 5
1010

1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v5
1313
- name: Set up Python 3.8
1414
uses: actions/setup-python@v2
1515
with:

0 commit comments

Comments
 (0)