saucelabs / sauce-connect-action

A GitHub action to launch Sauce Connect Proxy.
https://github.com/marketplace/actions/sauce-connect-proxy-action
MIT License
13 stars 17 forks source link

Update `save-state` command to use new environment file #61

Closed GraemeWatt closed 1 year ago

GraemeWatt commented 1 year ago

Using saucelabs/sauce-connect-action@v2 I get a warning message (example run):

Warning: The save-state command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

The warnings will turn to errors starting 1st June 2023. Could you please make the changes described in the GitHub blog post?

GraemeWatt commented 1 year ago

Thanks for addressing this issue. Could you please move the major version tag v2 as recommended in the GitHub Docs? Currently it points to v2.3.2 from 26th January 2023 and so it's missing the updates from v2.3.3 and v2.3.4.

waggledans commented 1 year ago

Done