Skip to content

Commit f530868

Browse files
chore(deps): update actions/cache action to v5
1 parent 35cd828 commit f530868

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/host_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
echo NODE_PATH="$GITHUB_WORKSPACE/semantic-release/${NODE_PATH:+":$NODE_PATH"}" >> "$GITHUB_ENV"
4242
4343
- name: Cache npm dependencies
44-
uses: actions/cache@v4
44+
uses: actions/cache@v5
4545
id: cache-node-modules
4646
with:
4747
path: node_modules

semantic-release/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ runs:
100100

101101
- name: Cache host npm dependencies
102102
if: steps.is-semantic-release-configured.outputs.host-configuration == 'true'
103-
uses: actions/cache@v4
103+
uses: actions/cache@v5
104104
id: cache-host-node-modules
105105
with:
106106
path: node_modules
@@ -114,7 +114,7 @@ runs:
114114

115115
- name: Cache action npm dependencies
116116
if: steps.is-semantic-release-configured.outputs.host-configuration == 'false'
117-
uses: actions/cache@v4
117+
uses: actions/cache@v5
118118
id: cache-action-node-modules
119119
with:
120120
path: .semantic-release-action_github-actions/node_modules

0 commit comments

Comments
 (0)