Skip to content

Commit a8cb402

Browse files
committed
Update checkout action to v3
1 parent 38d5c3d commit a8cb402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222

23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v3
2424

2525
- name: Installing python dependencies
2626
run: |

0 commit comments

Comments
 (0)