File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ runs:
244244
245245 - name : Cache host npm dependencies
246246 if : steps.is-semantic-release-configured.outputs.host-configuration == 'true'
247- uses : actions/cache@v4
247+ uses : actions/cache@v5
248248 id : cache-host-node-modules
249249 with :
250250 path : node_modules
@@ -258,7 +258,7 @@ runs:
258258
259259 - name : Cache action npm dependencies
260260 if : steps.is-semantic-release-configured.outputs.host-configuration == 'false'
261- uses : actions/cache@v4
261+ uses : actions/cache@v5
262262 id : cache-action-node-modules
263263 with :
264264 path : .semantic-release-action_rust/semantic-release-binary/node_modules
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ runs:
152152
153153 - name : Cache host npm dependencies
154154 if : steps.is-semantic-release-configured.outputs.host-configuration == 'true'
155- uses : actions/cache@v4
155+ uses : actions/cache@v5
156156 id : cache-host-node-modules
157157 with :
158158 path : node_modules
@@ -166,7 +166,7 @@ runs:
166166
167167 - name : Cache action npm dependencies
168168 if : steps.is-semantic-release-configured.outputs.host-configuration == 'false'
169- uses : actions/cache@v4
169+ uses : actions/cache@v5
170170 id : cache-action-node-modules
171171 with :
172172 path : .semantic-release-action_rust/semantic-release-library/node_modules
You can’t perform that action at this time.
0 commit comments