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 1d292b0 commit 08a8d6dCopy full SHA for 08a8d6d
1 file changed
action.yml
@@ -58,7 +58,7 @@ runs:
58
# message and failing the job. Caching is a non-essential optimization, so
59
# never let it fail the build. See actions/cache#1754.
60
- name: Save and restore pnpm cache on main
61
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
+ uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
62
if: ${{ github.ref_name == 'main' }}
63
continue-on-error: true
64
with:
@@ -68,7 +68,7 @@ runs:
68
${{ runner.os }}-pnpm-store-
69
70
- name: Restore pnpm cache on PR
71
- uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
+ uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
72
if: ${{ github.ref_name != 'main' }}
73
74
0 commit comments