diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12487de..2b9456f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: cache: npm - name: Cache npm dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache-node-modules with: path: node_modules diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 40f90bc..b2f82bd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,7 +60,7 @@ jobs: cache: npm - 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 c04daec..9227197 100644 --- a/semantic-release/action.yml +++ b/semantic-release/action.yml @@ -43,7 +43,7 @@ runs: cache: npm - name: Cache host npm dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache-host-node-modules with: path: node_modules @@ -149,7 +149,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_typescript/node_modules