]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore(deps): update actions/cache action to v4 (#10306)
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sat, 10 Feb 2024 05:00:53 +0000 (13:00 +0800)
committerGitHub <noreply@github.com>
Sat, 10 Feb 2024 05:00:53 +0000 (13:00 +0800)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
.github/workflows/ci.yml

index e458fbd57f378438ac5484a156bae7848de2dfab..b80b142a3a25a5faa801eba043931c7de9e5ef9a 100644 (file)
@@ -65,7 +65,7 @@ jobs:
       - uses: actions/checkout@v4
 
       - name: Setup cache for Chromium binary
-        uses: actions/cache@v3
+        uses: actions/cache@v4
         with:
           path: ~/.cache/puppeteer
           key: chromium-${{ hashFiles('pnpm-lock.yaml') }}