mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-12-25 09:54:15 +08:00
update actions/cache
This commit is contained in:
parent
8fc7810f37
commit
837a0c30d5
4
.github/workflows/build-linux.yml
vendored
4
.github/workflows/build-linux.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
||||
|
||||
- name: Lookup cache for deps
|
||||
id: emu-deps-cache-step
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
key: ${{ env.DEPS_CACHE_KEY }}
|
||||
path: ${{ env.DEPS_CACHE_DIR }}
|
||||
@ -92,7 +92,7 @@ jobs:
|
||||
if: |
|
||||
!startsWith(github.ref, 'refs/tags/') &&
|
||||
!startsWith(github.ref, 'refs/pull/')
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
key: ${{ env.DEPS_CACHE_KEY }}
|
||||
path: ${{ env.DEPS_CACHE_DIR }}
|
||||
|
4
.github/workflows/build-win.yml
vendored
4
.github/workflows/build-win.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
||||
|
||||
- name: Lookup cache for deps
|
||||
id: emu-deps-cache-step
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
key: ${{ env.DEPS_CACHE_KEY }}
|
||||
path: ${{ env.DEPS_CACHE_DIR }}
|
||||
@ -92,7 +92,7 @@ jobs:
|
||||
if: |
|
||||
!startsWith(github.ref, 'refs/tags/') &&
|
||||
!startsWith(github.ref, 'refs/pull/')
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
key: ${{ env.DEPS_CACHE_KEY }}
|
||||
path: ${{ env.DEPS_CACHE_DIR }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user