Bump actions/cache from 4 to 5

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-12-15 15:34:41 +00:00
committed by GitHub
parent 2c8ce8150b
commit 24e41e84e0
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -43,7 +43,7 @@ jobs:
steps:
- uses: actions/checkout@v6
- uses: actions/cache@v4
- uses: actions/cache@v5
with:
path: ${{ runner.tool_cache }}/cargo-vet
key: cargo-vet-bin-${{ env.CARGO_VET_REV }}
@@ -86,7 +86,7 @@ jobs:
steps:
- uses: actions/checkout@v6
- uses: actions/cache@v4
- uses: actions/cache@v5
with:
path: |
~/.cargo/bin/
@@ -169,7 +169,7 @@ jobs:
with:
python-version: '3.13'
- uses: actions/cache@v4
- uses: actions/cache@v5
with:
path: |
~/.cargo/bin/
@@ -325,7 +325,7 @@ jobs:
python-version: '3.13'
architecture: ${{ matrix.target.architecture }}
- uses: actions/cache@v4
- uses: actions/cache@v5
with:
path: |
~/.cargo/bin/
@@ -372,7 +372,7 @@ jobs:
steps:
- uses: actions/checkout@v6
- uses: actions/cache@v4
- uses: actions/cache@v5
with:
path: |
~/.cargo/bin/
@@ -388,7 +388,7 @@ jobs:
run: echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}
if: startsWith(runner.os, 'Linux')
- uses: actions/cache@v4
- uses: actions/cache@v5
with:
path: ${{ steps.npm-cache-dir.outputs.dir }}
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
+1 -1
View File
@@ -45,7 +45,7 @@ jobs:
fetch-depth: 0
- name: Cache cargo
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.cargo/bin/