Skip to content

Commit d660dd4

Browse files
Update actions/checkout action to v5
1 parent 65b4b0c commit d660dd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
python-version: [ '3.7', '3.8', '3.9', '3.10' ]
1616
name: Python ${{ matrix.python-version }} sample
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
- name: Setup python ${{ matrix.python-version }}
2020
uses: actions/setup-python@v5
2121
with:

0 commit comments

Comments
 (0)