From 8b87456e0c38e6ce5f00349493661aeec41332d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 18:05:05 +0000 Subject: [PATCH] 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/checks.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index c523808..b5b06df 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -24,7 +24,7 @@ jobs: node-version: ${{ env.node_version }} - name: Cache Node.js modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .npm key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }} @@ -50,7 +50,7 @@ jobs: node-version: ${{ env.node_version }} - name: Cache Node.js modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .npm key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 77da75b..d4ed4f9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: node-version: ${{ env.node_version }} - name: Cache Node.js modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .npm key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }} @@ -51,7 +51,7 @@ jobs: node-version: ${{ env.node_version }} - name: Cache Node.js modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .npm key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}