File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
14
14
steps :
15
- - uses : actions/checkout@v1
16
- - uses : actions/setup-python@v1
15
+ - uses : actions/checkout@v3
16
+ - uses : actions/setup-python@v4
17
17
with :
18
18
python-version : ' 3.x' # Version range or exact version of a Python version to use, using semvers version range syntax.
19
19
architecture : ' x64' # optional x64 or x86. Defaults to x64 if not specified
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ You can clone and checkout this repo in a GitHub Actions workflow file using
24
24
25
25
``` yaml
26
26
- name : Checkout tools repo
27
- uses : actions/checkout@v2
27
+ uses : actions/checkout@v3
28
28
with :
29
29
repository : adafruit/actions-ci-circuitpython-libs
30
30
path : actions-ci
You can’t perform that action at this time.
0 commit comments