From 7d841edb19652cb9cca730df52ea40943aea589b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Sep 2025 17:35:17 +0000 Subject: [PATCH] Update actions/cache action to v4.3.0 --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 7973839..7c89971 100644 --- a/action.yml +++ b/action.yml @@ -32,7 +32,7 @@ runs: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_OUTPUT - name: Save and restore pnpm cache on main - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 if: ${{ github.ref_name == 'main' }} with: path: ${{ steps.store.outputs.STORE_PATH }} @@ -41,7 +41,7 @@ runs: ${{ runner.os }}-pnpm-store- - name: Restore pnpm cache on PR - uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 if: ${{ github.ref_name != 'main' }} with: path: ${{ steps.store.outputs.STORE_PATH }}