Skip to content

Commit 2923710

Browse files
committed
Merge branch 'master' of https://github.com/EnviroDIY/ModularSensors into master
2 parents 55082ae + 0be528a commit 2923710

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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@v2.3.0
2727

2828
- name: Restore Python Dependencies
29-
uses: actions/cache@v2.1.6
29+
uses: actions/cache@v2.1.7
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.6
46+
uses: actions/cache@v2.1.7
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.6
57+
uses: actions/cache@v2.1.7
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.6
52+
uses: actions/cache@v2.1.7
5353
id: cache_libraries
5454
with:
5555
path: ~/.platformio

0 commit comments

Comments
 (0)