File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 26
26
uses : actions/setup-python@v2.3.0
27
27
28
28
- name : Restore Python Dependencies
29
- uses : actions/cache@v2.1.6
29
+ uses : actions/cache@v2.1.7
30
30
id : cache_python
31
31
with :
32
32
path : ~/.cache/pip
43
43
44
44
- name : Restore Doxygen
45
45
id : cache_doxygen
46
- uses : actions/cache@v2.1.6
46
+ uses : actions/cache@v2.1.7
47
47
with :
48
48
path : doxygen-src
49
49
key : ${{ runner.os }}-doxygen-${{ env.DOXYGEN_VERSION }}
Original file line number Diff line number Diff line change 54
54
uses : arduino/setup-arduino-cli@v1.1.1
55
55
56
56
- name : Restore Arduino Platforms and Libraries
57
- uses : actions/cache@v2.1.6
57
+ uses : actions/cache@v2.1.7
58
58
id : cache_arduino
59
59
with :
60
60
path : home/arduino
Original file line number Diff line number Diff line change 49
49
pip install --upgrade platformio
50
50
51
51
- name : Restore PlatformIO Platforms and Libraries
52
- uses : actions/cache@v2.1.6
52
+ uses : actions/cache@v2.1.7
53
53
id : cache_libraries
54
54
with :
55
55
path : ~/.platformio
You can’t perform that action at this time.
0 commit comments