Skip to content

Commit 08a8d6d

Browse files
Update actions/cache action to v6
1 parent 1d292b0 commit 08a8d6d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ runs:
5858
# message and failing the job. Caching is a non-essential optimization, so
5959
# never let it fail the build. See actions/cache#1754.
6060
- name: Save and restore pnpm cache on main
61-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
61+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
6262
if: ${{ github.ref_name == 'main' }}
6363
continue-on-error: true
6464
with:
@@ -68,7 +68,7 @@ runs:
6868
${{ runner.os }}-pnpm-store-
6969
7070
- name: Restore pnpm cache on PR
71-
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
71+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
7272
if: ${{ github.ref_name != 'main' }}
7373
continue-on-error: true
7474
with:

0 commit comments

Comments
 (0)