From 1d327950c5db7f1d961509eafb078f8af9214567 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 10:10:37 +0000 Subject: [PATCH] Update actions/cache action to v6 --- .github/workflows/browserslist-stats-cron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/browserslist-stats-cron.yml b/.github/workflows/browserslist-stats-cron.yml index 109cee4b..86e69012 100644 --- a/.github/workflows/browserslist-stats-cron.yml +++ b/.github/workflows/browserslist-stats-cron.yml @@ -19,7 +19,7 @@ jobs: - name: Get yarn cache directory path id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)" - - uses: actions/cache@v3 + - uses: actions/cache@v6 id: yarn-cache with: path: |