update actions/cache

This commit is contained in:
otavepto 2024-04-10 11:48:00 +02:00
parent 8fc7810f37
commit 837a0c30d5
2 changed files with 4 additions and 4 deletions

View File

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

View File

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