From 226eafc6ffc188edf4ebe7d79d4ee29f0b48e4e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 12:07:07 +0000 Subject: [PATCH] build(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 | 4 ++-- .github/workflows/codeql.yml | 2 +- .github/workflows/deploy-docs.yml | 2 +- .github/workflows/release-package.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77f5ef2..b8a939c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: - name: Cache ♻️ id: cache-npm - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-node-modules with: @@ -92,7 +92,7 @@ jobs: - name: Cache ♻️ id: cache-npm - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-node-modules with: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index b7bd179..02f8018 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -51,7 +51,7 @@ jobs: - name: Cache ♻️ id: cache-npm - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-node-modules with: diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 6c5278d..84f49a3 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -44,7 +44,7 @@ jobs: - name: Cache ♻️ id: cache-npm - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-node-modules with: diff --git a/.github/workflows/release-package.yml b/.github/workflows/release-package.yml index 5f5548f..e378ddb 100644 --- a/.github/workflows/release-package.yml +++ b/.github/workflows/release-package.yml @@ -28,7 +28,7 @@ jobs: - name: Cache ♻️ id: cache-npm - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-node-modules with: