We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96aaacb commit 73817a4Copy full SHA for 73817a4
1 file changed
.github/workflows/tests.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
16
steps:
17
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
18
- name: Set up Python 3.8
19
uses: actions/setup-python@v4
20
with:
@@ -35,7 +35,7 @@ jobs:
35
runs-on: ${{ matrix.os }}
36
37
38
39
- name: Set up Python ${{ matrix.python-version }}
40
41
@@ -67,7 +67,7 @@ jobs:
67
68
69
- name: Checkout source
70
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
71
72
73
0 commit comments