From f89cd69dc882a0571bfd9fe3067a4f593e63851e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 07:41:36 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 3.5.0 to 5.0.4 Bumps [actions/cache](https://github.com/actions/cache) from 3.5.0 to 5.0.4. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v3.5.0...v5.0.4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/push-to-template.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push-to-template.yml b/.github/workflows/push-to-template.yml index 2d33af55e6..7a8cc15ea8 100644 --- a/.github/workflows/push-to-template.yml +++ b/.github/workflows/push-to-template.yml @@ -15,7 +15,7 @@ jobs: id: npm-cache run: | echo "dir=$(npm config get cache)" >> "$GITHUB_OUTPUT" - - uses: actions/cache@v5 + - uses: actions/cache@v5.0.4 with: path: ${{ steps.npm-cache.outputs.dir }} key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8f68a308fb..f952c618c2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: id: npm-cache run: | echo "dir=$(npm config get cache)" >> "$GITHUB_OUTPUT" - - uses: actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3.5.0 + - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: ${{ steps.npm-cache.outputs.dir }} key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}