We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b52a365 commit 4a14d23Copy full SHA for 4a14d23
.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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
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