From 76576ec02f7f186b4001818a929023abc649c538 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 13:25:00 +0000 Subject: [PATCH] chore(dependencies): 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/build-branch.yml | 2 +- .github/workflows/main.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-branch.yml b/.github/workflows/build-branch.yml index 45aed17..8f9449b 100644 --- a/.github/workflows/build-branch.yml +++ b/.github/workflows/build-branch.yml @@ -28,7 +28,7 @@ jobs: git reset --hard - name: Cache packages - uses: actions/cache@v4 + uses: actions/cache@v5 id: node-cache-v1 with: path: node_modules diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dd20cf6..f93547d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,7 +35,7 @@ jobs: git reset --hard - name: Cache packages - uses: actions/cache@v4 + uses: actions/cache@v5 id: node-cache-v1 with: path: node_modules @@ -86,7 +86,7 @@ jobs: git reset --hard - name: Cache packages - uses: actions/cache@v4 + uses: actions/cache@v5 id: node-cache-v1 with: path: node_modules