We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f28e8f commit 1af52e5Copy full SHA for 1af52e5
.github/actions/setup-pnpm-with-dependencies/action.yaml
@@ -49,7 +49,7 @@ runs:
49
50
- name: Dependency Cache
51
id: dependency-cache
52
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
+ uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
53
with:
54
path: '**/node_modules'
55
key: ${{ steps.node-version.outputs.package-manager-version }}-${{ steps.node-version.outputs.node-version }}-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
0 commit comments