We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 312871f commit ed8b727Copy full SHA for ed8b727
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
49
50
- name: Setup pnpm cache
51
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
+ uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
52
with:
53
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
54
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
0 commit comments