Compare commits

...

1 Commits

Author SHA1 Message Date
renovate[bot] f6e9d5c90e
chore(deps): update actions/cache action to v5 2025-12-11 23:46:37 +00:00
1 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ jobs:
components: rustfmt, clippy components: rustfmt, clippy
- name: Cache cargo registry - name: Cache cargo registry
uses: actions/cache@v4 uses: actions/cache@v5
with: with:
path: | path: |
~/.cargo/registry ~/.cargo/registry
@ -123,7 +123,7 @@ jobs:
${{ runner.os }}-cargo-stress- ${{ runner.os }}-cargo-stress-
- name: Cache target directory - name: Cache target directory
uses: actions/cache@v4 uses: actions/cache@v5
with: with:
path: target path: target
key: ${{ runner.os }}-cargo-target-stress-${{ hashFiles('**/Cargo.lock') }}-${{ hashFiles('**/*.rs') }} key: ${{ runner.os }}-cargo-target-stress-${{ hashFiles('**/Cargo.lock') }}-${{ hashFiles('**/*.rs') }}