CI: Update actions/cache
This commit is contained in:
parent
d5779cd65d
commit
aa0637d87b
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -56,7 +56,7 @@ jobs:
|
||||
python -m pip install --user -r requirements.txt
|
||||
|
||||
- name: autobuild cache
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ${{ github.workspace }}/.autobuild_cache
|
||||
key: autobuild_cache-${{ github.job }}-${{ github.run_id }}-${{ github.run_attempt }}
|
||||
@ -138,7 +138,7 @@ jobs:
|
||||
python -m pip install --user -r requirements.txt
|
||||
|
||||
- name: autobuild cache
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ${{ github.workspace }}/.autobuild_cache
|
||||
key: autobuild_cache-${{ github.job }}-${{ github.run_id }}-${{ github.run_attempt }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user