Skip to content

Commit

Permalink
ci: fix deno cache (cataclysmbnteam#5412)
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 authored Sep 24, 2024
1 parent 38441b0 commit 5473efd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:
contents: read

env:
DENO_DIR: '~/.cache/deno'
DENO_DIR: /home/runner/.cache/deno

jobs:
autofix:
Expand All @@ -26,7 +26,7 @@ jobs:
deno-version: v1.x

- name: cache deno dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ env.DENO_DIR }}
key: deno-${{ hashFiles('deno.lock') }}
Expand Down

0 comments on commit 5473efd

Please sign in to comment.