File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ runs:
25
25
run : |
26
26
python3 --version
27
27
- name : Checkout Current Repo
28
- uses : actions/checkout@v1
28
+ uses : actions/checkout@v3
29
29
with :
30
30
submodules : true
31
31
- name : Checkout tools repo
32
- uses : actions/checkout@v2
32
+ uses : actions/checkout@v3
33
33
with :
34
34
repository : adafruit/actions-ci-circuitpython-libs
35
35
path : actions-ci
Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ runs:
32
32
run : |
33
33
python3 --version
34
34
- name : Checkout Current Repo
35
- uses : actions/checkout@v2
35
+ uses : actions/checkout@v3
36
36
with :
37
37
submodules : true
38
38
- name : Checkout tools repo
39
- uses : actions/checkout@v2
39
+ uses : actions/checkout@v3
40
40
with :
41
41
repository : adafruit/actions-ci-circuitpython-libs
42
42
path : actions-ci
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ inputs:
14
14
runs :
15
15
using : " composite"
16
16
steps :
17
- - uses : actions/checkout@v2
17
+ - uses : actions/checkout@v3
18
18
- name : Check For pyproject.toml
19
19
id : need-pypi
20
20
shell : bash
You can’t perform that action at this time.
0 commit comments