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 620b920 commit 2b15298Copy full SHA for 2b15298
.github/actions/setup-pnpm-with-dependencies/action.yaml
@@ -51,7 +51,7 @@ runs:
51
52
- name: Dependency Cache
53
id: dependency-cache
54
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
+ uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
55
with:
56
path: '**/node_modules'
57
key: pnpm-${{ steps.node-version.outputs.pnpm-version }}-${{ steps.node-version.outputs.node-version }}-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
0 commit comments