Skip to content

Commit 7ff82d4

Browse files
Update actions/checkout action to v4
1 parent 2d41445 commit 7ff82d4

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@v3
18+
- uses: actions/checkout@v4
1919
- name: Setup python ${{ matrix.python-version }}
2020
uses: actions/setup-python@v4
2121
with:

0 commit comments

Comments
 (0)