Bump actions/cache from 3 to 4 (#4990)
This commit is contained in:
parent
7201e34b38
commit
203e916a07
1 changed files with 1 additions and 1 deletions
2
.github/workflows/desktop-build.yml
vendored
2
.github/workflows/desktop-build.yml
vendored
|
@ -138,7 +138,7 @@ jobs:
|
||||||
run: echo "timestamp=$(date -u '+%Y%m%d%H%M%S')" >>"$GITHUB_OUTPUT"
|
run: echo "timestamp=$(date -u '+%Y%m%d%H%M%S')" >>"$GITHUB_OUTPUT"
|
||||||
|
|
||||||
- name: Restore cache
|
- name: Restore cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
env:
|
env:
|
||||||
timestamp: ${{steps.cache_timestamp.outputs.timestamp}}
|
timestamp: ${{steps.cache_timestamp.outputs.timestamp}}
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue