We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a72eb commit 7b0cf37Copy full SHA for 7b0cf37
.github/workflows/tests.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
15
steps:
16
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
17
- name: Set up Python
18
uses: actions/setup-python@v1
19
with:
@@ -38,7 +38,7 @@ jobs:
38
os: 'ubuntu-latest'
39
40
41
42
43
- name: Set up Python ${{ matrix.python-version }}
44
uses: actions/setup-python@v2
@@ -80,7 +80,7 @@ jobs:
80
81
82
- name: Checkout source
83
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
84
85
86
0 commit comments