File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 27
27
path : code_docs/Arduino-SDI-12
28
28
29
29
- name : Restore or Cache pip
30
- uses : actions/cache@v3.3 .2
30
+ uses : actions/cache@v4.0 .2
31
31
id : cache_pip
32
32
with :
33
33
path : ~/.cache/pip
37
37
restore-keys : ${{ runner.os }}-pip-
38
38
39
39
- name : Restore or Cache PlatformIO and Libraries
40
- uses : actions/cache@v3.3 .2
40
+ uses : actions/cache@v4.0 .2
41
41
id : cache_pio
42
42
with :
43
43
path : ~/.platformio
70
70
71
71
- name : Restore or Cache Doxygen
72
72
id : cache_doxygen
73
- uses : actions/cache@v3.3 .2
73
+ uses : actions/cache@v4.0 .2
74
74
with :
75
75
path : doxygen-src
76
76
key : ${{ runner.os }}-doxygen-${{ env.DOXYGEN_VERSION }}
Original file line number Diff line number Diff line change 39
39
fi
40
40
41
41
- name : Restore or Cache pip
42
- uses : actions/cache@v3.3 .2
42
+ uses : actions/cache@v4.0 .2
43
43
with :
44
44
path : ~/.cache/pip
45
45
# if requirements.txt hasn't changed, then it will be a "cache hit" and pip will be restored
48
48
restore-keys : ${{ runner.os }}-pip-
49
49
50
50
- name : Restore or Cache PlatformIO and Libraries
51
- uses : actions/cache@v3.3 .2
51
+ uses : actions/cache@v4.0 .2
52
52
with :
53
53
path : ~/.platformio
54
54
# if nothing in the lock files has changed, then it will be a "cache hit" and pip will be restored
Original file line number Diff line number Diff line change 28
28
echo "VERSION=$VER" >> $GITHUB_ENV
29
29
30
30
- name : Restore or Cache pip
31
- uses : actions/cache@v3.3 .2
31
+ uses : actions/cache@v4.0 .2
32
32
with :
33
33
path : ~/.cache/pip
34
34
# if requirements.txt hasn't changed, then it will be a "cache hit" and pip will be restored
Original file line number Diff line number Diff line change 15
15
uses : actions/setup-node@v4.0.2
16
16
17
17
- name : Cache Node.js modules
18
- uses : actions/cache@v3.3 .2
18
+ uses : actions/cache@v4.0 .2
19
19
with :
20
20
# npm cache files are stored in `~/.npm` on Linux/macOS
21
21
path : ~/.npm
You can’t perform that action at this time.
0 commit comments