File tree 2 files changed +5
-5
lines changed 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 28
28
uses : actions/checkout@master
29
29
30
30
- name : Setup Arduino CLI
31
- uses : arduino/setup-arduino-cli@v1.1.1
31
+ uses : arduino/setup-arduino-cli@v2
32
32
33
33
- name : Install platform
34
34
run : |
Original file line number Diff line number Diff line change @@ -19,22 +19,22 @@ jobs:
19
19
20
20
steps :
21
21
22
- - uses : actions/checkout@v2
22
+ - uses : actions/checkout@v4
23
23
- name : Cache pip
24
- uses : actions/cache@v2
24
+ uses : actions/cache@v4
25
25
with :
26
26
path : ~/.cache/pip
27
27
key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
28
28
restore-keys : ${{ runner.os }}-pip-
29
29
30
30
- name : Cache PlatformIO
31
- uses : actions/cache@v2
31
+ uses : actions/cache@v4
32
32
with :
33
33
path : ~/.platformio
34
34
key : ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
35
35
36
36
- name : Set up Python
37
- uses : actions/setup-python@v2
37
+ uses : actions/setup-python@v5
38
38
39
39
- name : Install PlatformIO
40
40
run : |
You can’t perform that action at this time.
0 commit comments