mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-16 06:12:56 +00:00
Upgrade results cache
This commit is contained in:
parent
225c6c8d4b
commit
87af5436c6
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
- name: Get random cache id
|
||||
run: echo "CACHE_ID=$((RANDOM))" >> $GITHUB_ENV
|
||||
shell: bash
|
||||
- uses: pat-s/always-upload-cache@v2.1.5
|
||||
- uses: pat-s/always-upload-cache@v3.0.1
|
||||
with:
|
||||
path: results/*.yaml
|
||||
key: results-${{ hashFiles('Cargo.lock') }}-${{ hashFiles('README.md') }}-${{ env.CACHE_ID }}
|
||||
|
Loading…
Reference in New Issue
Block a user