We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2eaa77 commit bdadaceCopy full SHA for bdadace
2 files changed
.github/workflows/publish.yml
@@ -56,7 +56,7 @@ jobs:
56
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
57
58
- name: Setup pnpm cache
59
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
+ uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
60
with:
61
path: ${{ env.STORE_PATH }}
62
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
.github/workflows/test.yml
@@ -49,7 +49,7 @@ jobs:
49
50
51
52
53
54
55
0 commit comments