From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 08:23:55 +0000 (+0800) Subject: chore(deps): update actions/cache action to v5 (#14258) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2362e64c1c871373167d3df736e2b5e08fef4d2a;p=thirdparty%2Fvuejs%2Fcore.git chore(deps): update actions/cache action to v5 (#14258) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index efcca4bd6..9b00462e2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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') }}