File tree Expand file tree Collapse file tree
.github/common/setup-node-pnpm Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 node-version-file : package.json
2121
2222 - name : Restore pnpm cache
23- uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
23+ uses : actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
2424 with :
2525 path : ${{ steps.pnpm-store.outputs.store_path }}
2626 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
3434 - name : Save pnpm cache if main branch
3535 if : github.ref_name == 'main'
3636 id : save-pnpm-cache
37- uses : actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
37+ uses : actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
3838 with :
3939 path : ${{ steps.pnpm-store.outputs.store_path }}
4040 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
You can’t perform that action at this time.
0 commit comments