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