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 77 runs-on : ubuntu-latest
88
99 steps :
10- - uses : actions/setup-python@v1
10+ - uses : actions/setup-python@v4
1111 with :
1212 python-version : ' 3.x'
13- - uses : actions/checkout@v2
14- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v3
14+ - uses : actions/checkout@v3
1515 with :
1616 repository : adafruit/ci-arduino
1717 path : ci
@@ -25,11 +25,11 @@ jobs:
2525 runs-on : ubuntu-latest
2626
2727 steps :
28- - uses : actions/setup-python@v1
28+ - uses : actions/setup-python@v4
2929 with :
3030 python-version : ' 3.x'
31- - uses : actions/checkout@v2
32- - uses : actions/checkout@v2
31+ - uses : actions/checkout@v3
32+ - uses : actions/checkout@v3
3333 with :
3434 repository : adafruit/ci-arduino
3535 path : ci
4343 runs-on : ubuntu-latest
4444
4545 steps :
46- - uses : actions/checkout@v2
47- - uses : actions/checkout@v2
46+ - uses : actions/checkout@v3
47+ - uses : actions/checkout@v3
4848 with :
4949 repository : adafruit/ci-arduino
5050 path : ci
You can’t perform that action at this time.
0 commit comments