Browse Source

Bump actions/cache from 3 to 4 (#3599)

Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [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...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/3600/head
dependabot[bot] 10 months ago committed by GitHub
parent
commit
c3e4e95dd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/main.yml
  2. 2
      .github/workflows/pull_request.yml
  3. 2
      .github/workflows/release.yml
  4. 2
      .github/workflows/test262.yml
  5. 2
      .github/workflows/webassembly.yml

2
.github/workflows/main.yml

@ -18,7 +18,7 @@ jobs:
override: true
profile: minimal
- name: Cache cargo
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
target

2
.github/workflows/pull_request.yml

@ -21,7 +21,7 @@ jobs:
override: true
profile: minimal
- name: Cache cargo
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
target

2
.github/workflows/release.yml

@ -62,7 +62,7 @@ jobs:
node-version: "20"
- run: npm ci
- name: Cache npm build
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
node_modules

2
.github/workflows/test262.yml

@ -29,7 +29,7 @@ jobs:
override: true
profile: minimal
- name: Cache cargo
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
target

2
.github/workflows/webassembly.yml

@ -37,7 +37,7 @@ jobs:
profile: minimal
- uses: Swatinem/rust-cache@v2
- name: Cache npm build
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
node_modules

Loading…
Cancel
Save