Skip to content

Commit

Permalink
chore(deps): bump actions/cache from 3.0.9 to 3.2.6
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.9 to 3.2.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3.0.9...v3.2.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jack0pan committed Aug 23, 2023
1 parent a40f895 commit a585230
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: 14
- name: Restore Node.js modules
id: cache-node-modules
uses: actions/cache@v3.0.9
uses: actions/cache@v3.2.6
with:
path: node_modules
key: ${{ runner.os }}-${{ hashFiles('yarn.lock') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
node-version: 14
- name: Cache Node.js modules
id: cache-node-modules
uses: actions/cache@v3.0.9
uses: actions/cache@v3.2.6
with:
path: node_modules
key: ${{ runner.os }}-${{ hashFiles('yarn.lock') }}
Expand All @@ -35,7 +35,7 @@ jobs:
with:
node-version: 14
- name: Restore Node.js modules
uses: actions/cache@v3.0.9
uses: actions/cache@v3.2.6
with:
path: node_modules
key: ${{ runner.os }}-${{ hashFiles('yarn.lock') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: 14
- name: Cache Node.js modules
id: cache-node-modules
uses: actions/cache@v3.0.9
uses: actions/cache@v3.2.6
with:
path: node_modules
key: ${{ runner.os }}-${{ hashFiles('yarn.lock') }}
Expand All @@ -38,7 +38,7 @@ jobs:
with:
node-version: 14
- name: Restore Node.js modules
uses: actions/cache@v3.0.9
uses: actions/cache@v3.2.6
with:
path: node_modules
key: ${{ runner.os }}-${{ hashFiles('yarn.lock') }}
Expand Down

0 comments on commit a585230

Please sign in to comment.