Merge pull request #191 from loot/dependabot/github_actions/actions/cache-5

Bump actions/cache from 4 to 5
This commit is contained in:
Oliver Hamlet
2025-12-15 16:57:56 +00:00
committed by GitHub
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/