Skip to content

Commit

Permalink
Merge pull request #29 from semantic-release-action/renovate/actions-…
Browse files Browse the repository at this point in the history
…cache-4.x

chore(deps): update actions/cache action to v4
  • Loading branch information
EricCrosson authored Jan 20, 2024
2 parents d7c8116 + 361cd4a commit 7663247
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/host_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v3
uses: actions/cache@v4
id: cache-node-modules
with:
path: node_modules
Expand Down
4 changes: 2 additions & 2 deletions semantic-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ runs:

- name: Cache host npm dependencies
if: steps.is-semantic-release-configured.outputs.host-configuration == 'true'
uses: actions/cache@v3
uses: actions/cache@v4
id: cache-host-node-modules
with:
path: node_modules
Expand All @@ -114,7 +114,7 @@ runs:

- name: Cache action npm dependencies
if: steps.is-semantic-release-configured.outputs.host-configuration == 'false'
uses: actions/cache@v3
uses: actions/cache@v4
id: cache-action-node-modules
with:
path: .semantic-release-action_github-actions/node_modules
Expand Down

0 comments on commit 7663247

Please sign in to comment.