Browse Source

Bump actions/cache from 3.3.3 to 4.0.0

Bumps [actions/cache](https://github.com/actions/cache) from 3.3.3 to 4.0.0.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.3.3...v4.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/438/head
dependabot[bot] 3 months ago committed by GitHub
parent
commit
15318ff46e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/ci.yaml
  2. 2
      .github/workflows/deploy.yml

2
.github/workflows/ci.yaml

@ -10,7 +10,7 @@ jobs:
name: Checkout
- name: Cache Node Modules
id: cache-node-modules
uses: actions/cache@v3.3.3
uses: actions/cache@v4.0.0
with:
path: node_modules
key: node-modules-${{ hashFiles('package-lock.json') }}

2
.github/workflows/deploy.yml

@ -12,7 +12,7 @@ jobs:
name: Checkout
- name: Cache Node Modules
id: cache-node-modules
uses: actions/cache@v3.3.3
uses: actions/cache@v4.0.0
with:
path: node_modules
key: node-modules-${{ hashFiles('package-lock.json') }}

Loading…
Cancel
Save