From 8f0321b6b02f8e7010bd85a046300f8558712d98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 23:47:26 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/github-stats.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-stats.yml b/.github/workflows/github-stats.yml index 6f70967ab..0196216af 100644 --- a/.github/workflows/github-stats.yml +++ b/.github/workflows/github-stats.yml @@ -19,7 +19,7 @@ jobs: run: echo "::set-output name=dir::$(yarn cache dir)" - name: Get yarn cache - uses: actions/cache@v2 + uses: actions/cache@v4 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }}