Skip to content

Commit

Permalink
Merge pull request #129 from EnviroDIY/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/cache-3.3.2

ci: bump actions/cache from 3.3.1 to 3.3.2
  • Loading branch information
SRGDamia1 authored Sep 19, 2023
2 parents e039e4c + b1e260a commit c5aac42
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
path: code_docs/Arduino-SDI-12

- name: Restore or Cache pip
uses: actions/[email protected].1
uses: actions/[email protected].2
id: cache_pip
with:
path: ~/.cache/pip
Expand All @@ -37,7 +37,7 @@ jobs:
restore-keys: ${{ runner.os }}-pip-

- name: Restore or Cache PlatformIO and Libraries
uses: actions/[email protected].1
uses: actions/[email protected].2
id: cache_pio
with:
path: ~/.platformio
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:

- name: Restore or Cache Doxygen
id: cache_doxygen
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: doxygen-src
key: ${{ runner.os }}-doxygen-${{ env.DOXYGEN_VERSION }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
fi
- name: Restore or Cache pip
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ~/.cache/pip
# if requirements.txt hasn't changed, then it will be a "cache hit" and pip will be restored
Expand All @@ -48,7 +48,7 @@ jobs:
restore-keys: ${{ runner.os }}-pip-

- name: Restore or Cache PlatformIO and Libraries
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ~/.platformio
# if nothing in the lock files has changed, then it will be a "cache hit" and pip will be restored
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prepare_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
echo "VERSION=$VER" >> $GITHUB_ENV
- name: Restore or Cache pip
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ~/.cache/pip
# if requirements.txt hasn't changed, then it will be a "cache hit" and pip will be restored
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify_library_json.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/[email protected]

- name: Cache Node.js modules
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
# npm cache files are stored in `~/.npm` on Linux/macOS
path: ~/.npm
Expand Down

0 comments on commit c5aac42

Please sign in to comment.