From 0ff017c9e996f478d7b78e3b1337e42e9ab5b456 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 04:03:33 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63ba5d88..0e64d159 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: node-version: 12.14 - name: Cache node modules - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-node-modules with: @@ -38,7 +38,7 @@ jobs: run: npm test - name: Cache coverage - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-coverage with: @@ -58,7 +58,7 @@ jobs: ref: ${{ github.ref }} - name: Cache coverage - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-coverage with: @@ -88,7 +88,7 @@ jobs: node-version: 12.14 - name: Cache node modules - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-node-modules with: