File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
{{ cookiecutter.__dirname }}/.github/workflows Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 33
33
run : |
34
34
python3 --version
35
35
- name : Checkout Current Repo
36
- uses : actions/checkout@v1
36
+ uses : actions/checkout@v3
37
37
with :
38
38
submodules : true
39
39
- name : Install deps
Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ jobs:
30
30
run : |
31
31
python3 --version
32
32
- name : Checkout Current Repo
33
- uses : actions/checkout@v1
33
+ uses : actions/checkout@v3
34
34
with :
35
35
submodules : true
36
36
- name : Checkout tools repo
37
- uses : actions/checkout@v2
37
+ uses : actions/checkout@v3
38
38
with :
39
39
repository : adafruit/actions-ci-circuitpython-libs
40
40
path : actions-ci
Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ jobs:
32
32
run : |
33
33
python3 --version
34
34
- name : Checkout Current Repo
35
- uses : actions/checkout@v1
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
60
60
upload-pypi :
61
61
runs-on : ubuntu-latest
62
62
steps :
63
- - uses : actions/checkout@v1
63
+ - uses : actions/checkout@v3
64
64
- name : Check For pyproject.toml
65
65
id : need-pypi
66
66
run : |
You can’t perform that action at this time.
0 commit comments