1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2025-01-29 22:01:07 +02:00

Upgrade always-upload-cache

This commit is contained in:
Tom Parker-Shemilt 2023-02-18 22:00:05 +00:00
parent 3589b7ac5d
commit e95e3f7593

View File

@ -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 }}