Skip to content

Commit b8d296d

Browse files
Update actions/cache action to v5.0.3 (#11)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2689d72 commit b8d296d

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
@@ -42,7 +42,7 @@ runs:
4242
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_OUTPUT
4343
4444
- name: Save and restore pnpm cache on main
45-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
45+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
4646
if: ${{ github.ref_name == 'main' }}
4747
with:
4848
path: ${{ steps.store.outputs.STORE_PATH }}
@@ -51,7 +51,7 @@ runs:
5151
${{ runner.os }}-pnpm-store-
5252
5353
- name: Restore pnpm cache on PR
54-
uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
54+
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
5555
if: ${{ github.ref_name != 'main' }}
5656
with:
5757
path: ${{ steps.store.outputs.STORE_PATH }}

0 commit comments

Comments
 (0)