From da7deedc0a8963286a9704c24a2b1d1c503a25d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 16:01:50 +0000 Subject: [PATCH] Bump actions/cache from 3 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 3 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/v3...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/deploy.yml | 2 +- .github/workflows/pr-checks.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8b607e797..97db76f65 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,7 +35,7 @@ jobs: node-version: 'lts/*' - name: Cache Node.js modules / dependencies - uses: actions/cache@v3 + uses: actions/cache@v5 env: cache-name: cache-node-modules-deploy with: diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index c0d4926d4..86461228f 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -27,7 +27,7 @@ jobs: node-version: 'lts/*' - name: Cache Node.js modules / dependencies - uses: actions/cache@v3 + uses: actions/cache@v5 env: cache-name: cache-node-modules-pr-checks with: