Skip to content

Commit 8d3c96c

Browse files
actions/checkout@v3
1 parent 510d439 commit 8d3c96c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- name: Check out code
20-
uses: actions/checkout@v2
19+
- name: Check out project
20+
uses: actions/checkout@v3
2121

2222
- name: Set up Python
23-
uses: actions/setup-python@v2
23+
uses: actions/setup-python@v3
2424
with:
2525
python-version: '3.x'
2626

0 commit comments

Comments
 (0)