From 5bca6f22f212dab920ed5787a5ad3a2212ba9199 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 02:10:58 +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 }}