From d874f37d328ba7e0b6cdd795391d4eb980b6fe33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 17:32:00 +0000 Subject: [PATCH] Update actions/cache action to v5.0.5 --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 9b41c39..f4cb324 100644 --- a/action.yml +++ b/action.yml @@ -42,7 +42,7 @@ runs: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_OUTPUT - name: Save and restore pnpm cache on main - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 if: ${{ github.ref_name == 'main' }} with: path: ${{ steps.store.outputs.STORE_PATH }} @@ -51,7 +51,7 @@ runs: ${{ runner.os }}-pnpm-store- - name: Restore pnpm cache on PR - uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 if: ${{ github.ref_name != 'main' }} with: path: ${{ steps.store.outputs.STORE_PATH }}