Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/EnviroDIY/ModularSensors
Browse files Browse the repository at this point in the history
…into master
  • Loading branch information
SRGDamia1 committed Nov 23, 2021
2 parents 55082ae + 0be528a commit 2923710
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/setup-python@v2.3.0

- name: Restore Python Dependencies
uses: actions/cache@v2.1.6
uses: actions/cache@v2.1.7
id: cache_python
with:
path: ~/.cache/pip
Expand All @@ -43,7 +43,7 @@ jobs:

- name: Restore Doxygen
id: cache_doxygen
uses: actions/cache@v2.1.6
uses: actions/cache@v2.1.7
with:
path: doxygen-src
key: ${{ runner.os }}-doxygen-${{ env.DOXYGEN_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_examples_arduino_cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: arduino/setup-arduino-cli@v1.1.1

- name: Restore Arduino Platforms and Libraries
uses: actions/cache@v2.1.6
uses: actions/cache@v2.1.7
id: cache_arduino
with:
path: home/arduino
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_examples_platformio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
pip install --upgrade platformio
- name: Restore PlatformIO Platforms and Libraries
uses: actions/cache@v2.1.6
uses: actions/cache@v2.1.7
id: cache_libraries
with:
path: ~/.platformio
Expand Down

0 comments on commit 2923710

Please sign in to comment.