You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which according to the linked blog post, means you need to update actions/core to at least v1.10.0:
Action authors who are using the toolkit should update the @actions/core package to v1.10.0 or greater to get the updated saveState and setOutput functions.
The text was updated successfully, but these errors were encountered:
bmos
changed the title
The set-output command is deprecated and will be disabled soon.
The set-output command is deprecated and will be disabled 1st June 2023.
Oct 30, 2022
bmos
changed the title
The set-output command is deprecated and will be disabled 1st June 2023.
core.setOutput function will be disabled 1st June 2023 unless actions/core is updated.
Oct 30, 2022
Now obviously you're not using stdout, but you are using the core.setOutput function:
replace-string-action/index.js
Line 11 in 9b62dfe
Which according to the linked blog post, means you need to update actions/core to at least v1.10.0:
It seems currently to be 1.4.0 as of this prior issue which discussed how to update it!
The text was updated successfully, but these errors were encountered: