mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-27 14:20:27 +00:00
Merge pull request #1439 from palfrey/fix-save-state
Upgrade always-upload-cache
This commit is contained in:
commit
7355ed4fc8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
||||||
- name: Get random cache id
|
- name: Get random cache id
|
||||||
run: echo "CACHE_ID=$((RANDOM))" >> $GITHUB_ENV
|
run: echo "CACHE_ID=$((RANDOM))" >> $GITHUB_ENV
|
||||||
shell: bash
|
shell: bash
|
||||||
- uses: pat-s/always-upload-cache@v3.0.1
|
- uses: pat-s/always-upload-cache@v3.0.11
|
||||||
with:
|
with:
|
||||||
path: results/*.yaml
|
path: results/*.yaml
|
||||||
key: results-${{ hashFiles('Cargo.lock') }}-${{ hashFiles('README.md') }}-${{ env.CACHE_ID }}
|
key: results-${{ hashFiles('Cargo.lock') }}-${{ hashFiles('README.md') }}-${{ env.CACHE_ID }}
|
||||||
|
|
Loading…
Reference in a new issue