Skip to content

Commit 367d3d9

Browse files
committed
Update checkout action to v5
1 parent e9dbdca commit 367d3d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414

15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v5
1616

1717
- name: Use Python ${{ matrix.python-version }}
1818
uses: actions/setup-python@v4
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434

35-
- uses: actions/checkout@v3
35+
- uses: actions/checkout@v5
3636

3737
- name: Use Python ${{ matrix.python-version }}
3838
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)