mirror of
https://github.com/readur/readur.git
synced 2026-01-06 06:20:17 -06:00
chore(deps): update actions/cache action to v5
This commit is contained in:
4
.github/workflows/webdav-stress-test.yml
vendored
4
.github/workflows/webdav-stress-test.yml
vendored
@@ -113,7 +113,7 @@ jobs:
|
||||
components: rustfmt, clippy
|
||||
|
||||
- name: Cache cargo registry
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: |
|
||||
~/.cargo/registry
|
||||
@@ -123,7 +123,7 @@ jobs:
|
||||
${{ runner.os }}-cargo-stress-
|
||||
|
||||
- name: Cache target directory
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: target
|
||||
key: ${{ runner.os }}-cargo-target-stress-${{ hashFiles('**/Cargo.lock') }}-${{ hashFiles('**/*.rs') }}
|
||||
|
||||
Reference in New Issue
Block a user