Bump actions/cache from 4 to 5 (#651)

This commit is contained in:
dependabot[bot]
2025-12-15 18:08:36 +01:00
committed by GitHub
parent a039431fc9
commit ff6d5ee56e
+2 -2
View File
@@ -18,13 +18,13 @@ jobs:
uses: actions/checkout@v5 uses: actions/checkout@v5
- name: Cache cargo registry - name: Cache cargo registry
uses: actions/cache@v4 uses: actions/cache@v5
with: with:
path: ~/.cargo/registry path: ~/.cargo/registry
key: ${{ runner.os }}-cargo-registry-${{ hashFiles('Cargo.lock') }} key: ${{ runner.os }}-cargo-registry-${{ hashFiles('Cargo.lock') }}
- name: Cache cargo index - name: Cache cargo index
uses: actions/cache@v4 uses: actions/cache@v5
with: with:
path: ~/.cargo/git path: ~/.cargo/git
key: ${{ runner.os }}-cargo-index-${{ hashFiles('Cargo.lock') }} key: ${{ runner.os }}-cargo-index-${{ hashFiles('Cargo.lock') }}