Merge pull request #100 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 09:07:03 +00:00
committed by GitHub
+2 -2
View File
@@ -38,7 +38,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 }}
@@ -70,7 +70,7 @@ jobs:
steps:
- uses: actions/checkout@v6
- uses: actions/cache@v4
- uses: actions/cache@v5
id: cache-cargo
with:
path: |