Skip to content

Commit

Permalink
ci(action): bump actions/cache from 3.0.6 to 3.0.7
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.6 to 3.0.7.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3.0.6...v3.0.7)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 11, 2022
1 parent 3280b8c commit 4ccf8fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: echo ${{ steps.platforms.outputs.result }}

- name: Cache Docker layers
uses: actions/cache@v3.0.6
uses: actions/cache@v3.0.7
env:
cache-name: buildx
id: cache
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Cache Node.js modules
id: cache
uses: actions/cache@v3.0.6
uses: actions/cache@v3.0.7
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:

- name: Cache Node.js modules
id: cache
uses: actions/cache@v3.0.6
uses: actions/cache@v3.0.7
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
run: echo ${{ steps.platforms.outputs.result }}

- name: Cache Docker layers
uses: actions/cache@v3.0.6
uses: actions/cache@v3.0.7
env:
cache-name: buildx
id: cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Cache Node.js modules
id: cache
uses: actions/cache@v3.0.6
uses: actions/cache@v3.0.7
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit 4ccf8fa

Please sign in to comment.