restore-virtualenv
restore-virtualenv copied to clipboard
Warning: The `save-state` command is deprecated and will be disabled soon.
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Seems like "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." should be all that's required to fix it
Thank you for reporting this!
Since I'm merging the dependabot PRs this message is probably just shown because I didn't release the changes.
I won't have time for this on the weekend, but will look into it then.
so, I read into the blog-entry, thank you for pointing me to it!
@actions/corev1.10.0 was updated via dependabot and I merged it two weeks ago (#569).- it seems like currently there is no fixed date to disable the old
save-stateandset-outputmethods
So when #587 is finished & merged I'll release a new version, and we're fine.
When #587 is finished & merged I'll release