We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1256c9a commit fc3393eCopy full SHA for fc3393e
1 file changed
.github/actions/setup-node-pnpm/action.yml
@@ -29,7 +29,7 @@ runs:
29
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
30
31
- name: Cache pnpm store
32
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
+ uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
33
with:
34
path: |
35
${{ steps.pnpm-cache.outputs.STORE_PATH }}
0 commit comments