Skip to content

Commit

Permalink
Bump actions/cache from 3.2.3 to 3.2.4 (#2402)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 30, 2023
1 parent 5f9d686 commit 82bb6b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: 18.x
- run: npm ci
- name: save cache
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
path: |
node_modules
Expand All @@ -42,7 +42,7 @@ jobs:
with:
node-version: 18.x
- name: download cache
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
path: |
node_modules
Expand All @@ -62,7 +62,7 @@ jobs:
with:
node-version: 18.x
- name: download cache
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
path: |
node_modules
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: download cache
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
path: |
node_modules
Expand Down

0 comments on commit 82bb6b0

Please sign in to comment.