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 e3d0772 commit deef5c3Copy full SHA for deef5c3
.github/actions/setup-pnpm-with-dependencies/action.yaml
@@ -50,7 +50,7 @@ runs:
50
51
- name: Dependency Cache
52
id: dependency-cache
53
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
54
with:
55
path: '**/node_modules'
56
key: ${{ steps.node-version.outputs.package-manager-version }}-${{ steps.node-version.outputs.node-version }}-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
0 commit comments