Skip to content

Commit 604e73a

Browse files
authored
Merge pull request #402 from EnviroDIY/dependabot/github_actions/actions/cache-3
ci: bump actions/cache from 2.1.7 to 3
2 parents 87f1631 + 7998a9d commit 604e73a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build_documentation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/setup-python@v3
2727

2828
- name: Restore Python Dependencies
29-
uses: actions/cache@v2.1.7
29+
uses: actions/cache@v3
3030
id: cache_python
3131
with:
3232
path: ~/.cache/pip
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Restore Doxygen
4545
id: cache_doxygen
46-
uses: actions/cache@v2.1.7
46+
uses: actions/cache@v3
4747
with:
4848
path: doxygen-src
4949
key: ${{ runner.os }}-doxygen-${{ env.DOXYGEN_VERSION }}

.github/workflows/build_examples_arduino_cli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: arduino/setup-arduino-cli@v1.1.1
5555

5656
- name: Restore Arduino Platforms and Libraries
57-
uses: actions/cache@v2.1.7
57+
uses: actions/cache@v3
5858
id: cache_arduino
5959
with:
6060
path: home/arduino

.github/workflows/build_examples_platformio.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
pip install --upgrade platformio
5050
5151
- name: Restore PlatformIO Platforms and Libraries
52-
uses: actions/cache@v2.1.7
52+
uses: actions/cache@v3
5353
id: cache_libraries
5454
with:
5555
path: ~/.platformio

.github/workflows/build_menu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
uses: arduino/setup-arduino-cli@v1.1.1
216216

217217
- name: Restore PlatformIO and Arduino platforms and libraries
218-
uses: actions/cache@v2.1.7
218+
uses: actions/cache@v3
219219
id: cache_libraries
220220
with:
221221
path: |

0 commit comments

Comments
 (0)