Skip to content

Commit

Permalink
Bump actions/cache from 3.2.3 to 3.2.4 (#914)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.3 to 3.2.4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3.2.3...v3.2.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 6, 2023
1 parent b4b8138 commit 2a0a542
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
node-version: 18.x
- run: npm ci
- name: save cache
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
path: |
node_modules
Expand All @@ -29,7 +29,7 @@ jobs:
with:
node-version: 18.x
- name: download cache
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
path: |
node_modules
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: download cache
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
path: |
node_modules
Expand Down

0 comments on commit 2a0a542

Please sign in to comment.