From 2260b9405b47b7d31a77619fad63b64ac652d44a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 18:38:11 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/actions/pnpm-setup/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/pnpm-setup/action.yaml b/.github/actions/pnpm-setup/action.yaml index 5c43ac6..0ec500c 100644 --- a/.github/actions/pnpm-setup/action.yaml +++ b/.github/actions/pnpm-setup/action.yaml @@ -19,7 +19,7 @@ runs: run: | echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Setup pnpm cache with: path: |