From f53086834f5a04316d01016967fc78f2efbbc3fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 06:03:44 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/host_release.yml | 2 +- semantic-release/action.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/host_release.yml b/.github/workflows/host_release.yml index 2ebd081..20b2ab8 100644 --- a/.github/workflows/host_release.yml +++ b/.github/workflows/host_release.yml @@ -41,7 +41,7 @@ jobs: echo NODE_PATH="$GITHUB_WORKSPACE/semantic-release/${NODE_PATH:+":$NODE_PATH"}" >> "$GITHUB_ENV" - name: Cache npm dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache-node-modules with: path: node_modules diff --git a/semantic-release/action.yml b/semantic-release/action.yml index d19c1d5..9d278ec 100644 --- a/semantic-release/action.yml +++ b/semantic-release/action.yml @@ -100,7 +100,7 @@ runs: - name: Cache host npm dependencies if: steps.is-semantic-release-configured.outputs.host-configuration == 'true' - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache-host-node-modules with: path: node_modules @@ -114,7 +114,7 @@ runs: - name: Cache action npm dependencies if: steps.is-semantic-release-configured.outputs.host-configuration == 'false' - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache-action-node-modules with: path: .semantic-release-action_github-actions/node_modules