]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
chore(deps): update actions/cache action to v5
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Mon, 15 Dec 2025 02:48:16 +0000 (02:48 +0000)
committerCédric Exbrayat <cexbrayat@users.noreply.github.com>
Mon, 15 Dec 2025 14:56:36 +0000 (15:56 +0100)
.github/workflows/ci.yml

index 02d667355916beaf3c319afa554047c66e36eba8..b6e30d072e50314e9f520a04aab1cf7f083e5474 100644 (file)
@@ -149,7 +149,7 @@ jobs:
       - if: ${{ contains(matrix.e2e-framework, 'cypress') }}
         name: Cache Cypress binaries
         id: cache-cypress
-        uses: actions/cache@v4
+        uses: actions/cache@v5
         with:
           # TODO: avoid snowballing by adding version
           key: ${{ runner.os }}-cypress-bin
@@ -157,7 +157,7 @@ jobs:
 
       - if: ${{ contains(matrix.e2e-framework, 'playwright') }}
         name: Cache Playwright's binary
-        uses: actions/cache@v4
+        uses: actions/cache@v5
         with:
           # Playwright removes unused browsers automatically
           # So does not need to add playwright version to key