restore-virtualenv icon indicating copy to clipboard operation
restore-virtualenv copied to clipboard

Warning: The `save-state` command is deprecated and will be disabled soon.

Open msullivan opened this issue 3 years ago • 2 comments

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

msullivan avatar Oct 13 '22 21:10 msullivan

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.

syphar avatar Oct 14 '22 15:10 syphar

so, I read into the blog-entry, thank you for pointing me to it!

  • @actions/core v1.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-state and set-output methods

So when #587 is finished & merged I'll release a new version, and we're fine.

When #587 is finished & merged I'll release

syphar avatar Oct 17 '22 06:10 syphar