We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72c6e9f commit 09d2748Copy full SHA for 09d2748
.github/workflows/build-and-deploy.yaml
@@ -31,15 +31,15 @@ jobs:
31
run: |
32
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
33
34
- - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
+ - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
35
name: Setup pnpm cache
36
with:
37
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
38
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
39
restore-keys: |
40
${{ runner.os }}-pnpm-store-
41
42
43
name: "Next JS Cache"
44
45
path: |
0 commit comments