Skip to content

Commit dfdbf6e

Browse files
Update actions/checkout action to v5
1 parent 06a5d74 commit dfdbf6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
python-version: [2.7, 3.5, 3.6, 3.7]
1313

1414
steps:
15-
- uses: actions/checkout@v1
15+
- uses: actions/checkout@v5
1616
- name: Set up Python ${{ matrix.python-version }}
1717
uses: actions/setup-python@v1
1818
with:

0 commit comments

Comments
 (0)