FirebaseExtended / action-hosting-deploy

Automatically deploy shareable previews for your Firebase Hosting sites
https://firebase.google.com/docs/hosting/github-integration
Apache License 2.0
695 stars 202 forks source link

Update devDependency @actions/core to 1.10.0 #280

Closed stephaneplante closed 1 year ago

stephaneplante commented 1 year ago

Update devDependency @actions/core to 1.10.0 to comply with deprecation of save-state and set-output commands by GitHub Actions.

Reference : https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

This way this action will continue to work properly beyon May 31st 2023.

See warning : image

jhuleatt commented 1 year ago

@stephaneplante thank you for your PR! We've merged and released similar change in #279, so I'm going to close this out.