mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-08-22 23:33:47 +02:00
update actions/cache
This commit is contained in:
parent
8fc7810f37
commit
837a0c30d5
2 changed files with 4 additions and 4 deletions
4
.github/workflows/build-linux.yml
vendored
4
.github/workflows/build-linux.yml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
||||||
|
|
||||||
- name: Lookup cache for deps
|
- name: Lookup cache for deps
|
||||||
id: emu-deps-cache-step
|
id: emu-deps-cache-step
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
key: ${{ env.DEPS_CACHE_KEY }}
|
key: ${{ env.DEPS_CACHE_KEY }}
|
||||||
path: ${{ env.DEPS_CACHE_DIR }}
|
path: ${{ env.DEPS_CACHE_DIR }}
|
||||||
|
@ -92,7 +92,7 @@ jobs:
|
||||||
if: |
|
if: |
|
||||||
!startsWith(github.ref, 'refs/tags/') &&
|
!startsWith(github.ref, 'refs/tags/') &&
|
||||||
!startsWith(github.ref, 'refs/pull/')
|
!startsWith(github.ref, 'refs/pull/')
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
key: ${{ env.DEPS_CACHE_KEY }}
|
key: ${{ env.DEPS_CACHE_KEY }}
|
||||||
path: ${{ env.DEPS_CACHE_DIR }}
|
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
|
- name: Lookup cache for deps
|
||||||
id: emu-deps-cache-step
|
id: emu-deps-cache-step
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
key: ${{ env.DEPS_CACHE_KEY }}
|
key: ${{ env.DEPS_CACHE_KEY }}
|
||||||
path: ${{ env.DEPS_CACHE_DIR }}
|
path: ${{ env.DEPS_CACHE_DIR }}
|
||||||
|
@ -92,7 +92,7 @@ jobs:
|
||||||
if: |
|
if: |
|
||||||
!startsWith(github.ref, 'refs/tags/') &&
|
!startsWith(github.ref, 'refs/tags/') &&
|
||||||
!startsWith(github.ref, 'refs/pull/')
|
!startsWith(github.ref, 'refs/pull/')
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
key: ${{ env.DEPS_CACHE_KEY }}
|
key: ${{ env.DEPS_CACHE_KEY }}
|
||||||
path: ${{ env.DEPS_CACHE_DIR }}
|
path: ${{ env.DEPS_CACHE_DIR }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue