]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore(deps): update actions/cache action to v5 (#14258)
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Wed, 28 Jan 2026 08:23:55 +0000 (16:23 +0800)
committerGitHub <noreply@github.com>
Wed, 28 Jan 2026 08:23:55 +0000 (16:23 +0800)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
.github/workflows/test.yml

index efcca4bd6092dfe8fd0eceb8874d8dca0e6129b7..9b00462e247639a3925f4dfbd4f167c1d615c1da 100644 (file)
@@ -57,7 +57,7 @@ jobs:
       - uses: actions/checkout@v6
 
       - name: Setup cache for Chromium binary
-        uses: actions/cache@v4
+        uses: actions/cache@v5
         with:
           path: ~/.cache/puppeteer
           key: chromium-${{ hashFiles('pnpm-lock.yaml') }}