File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
9
9
steps :
10
- - uses : actions/setup-python@v1
10
+ - uses : actions/setup-python@v4
11
11
with :
12
12
python-version : ' 3.x'
13
- - uses : actions/checkout@v2
14
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v3
15
15
with :
16
16
repository : adafruit/ci-arduino
17
17
path : ci
@@ -25,11 +25,11 @@ jobs:
25
25
runs-on : ubuntu-latest
26
26
27
27
steps :
28
- - uses : actions/setup-python@v1
28
+ - uses : actions/setup-python@v4
29
29
with :
30
30
python-version : ' 3.x'
31
- - uses : actions/checkout@v2
32
- - uses : actions/checkout@v2
31
+ - uses : actions/checkout@v3
32
+ - uses : actions/checkout@v3
33
33
with :
34
34
repository : adafruit/ci-arduino
35
35
path : ci
43
43
runs-on : ubuntu-latest
44
44
45
45
steps :
46
- - uses : actions/checkout@v2
47
- - uses : actions/checkout@v2
46
+ - uses : actions/checkout@v3
47
+ - uses : actions/checkout@v3
48
48
with :
49
49
repository : adafruit/ci-arduino
50
50
path : ci
You can’t perform that action at this time.
0 commit comments