Skip to content

Commit

Permalink
️️⚡️ BUMP ⚡️ ci.yml 3(+) 3(-)
Browse files Browse the repository at this point in the history
  • Loading branch information
borestad committed Feb 15, 2024
1 parent d69aa71 commit eaa163e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ jobs:
name: Bootstrap ❯❯ Restore Lockfile Cache
with:
path: ${{ env.ACTIONS_CACHE_DIR }}
key: ${{ runner.os }}-v1-store-${{ env.CACHE_PREFIX_WEEKLY }}-${{ hashFiles('**/deno.lock') }}
key: ${{ runner.os }}-v1-store-${{ env.CACHE_PREFIX_DAILY }}-${{ hashFiles('**/deno.lock') }}
restore-keys: |
${{ runner.os }}-v1-store-${{ env.CACHE_PREFIX_WEEKLY }}-${{ hashFiles('**/deno.lock') }}
# ${{ runner.os }}-v1-store-${{ env.CACHE_PREFIX_WEEKLY }}-
${{ runner.os }}-v1-store-${{ env.CACHE_PREFIX_DAILY }}-${{ hashFiles('**/deno.lock') }}
# ${{ runner.os }}-v1-store-${{ env.CACHE_PREFIX_DAILY }}-
# ${{ runner.os }}-v1-store-
- uses: actions/cache@v4
Expand Down

0 comments on commit eaa163e

Please sign in to comment.