From 38c2b6ced995afadaed1f349137b54efec4224f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 22:47:05 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/setup/action.yml b/.github/setup/action.yml index 583daaf..8815acf 100644 --- a/.github/setup/action.yml +++ b/.github/setup/action.yml @@ -11,7 +11,7 @@ runs: id: yarn-cache-dir-path run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT - name: Restore yarn cache - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }}