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