Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix GitHub Action deprecated notices. #122

Merged
merged 2 commits into from
Sep 20, 2023

Conversation

desrosj
Copy link
Contributor

@desrosj desrosj commented Sep 20, 2023

This fixes several deprecated notices caused by the use of set-output and save-output in GitHub Action workflows.

These were deprecated, and could be removed at any time without notice. GitHub posted an update on July 24th that they still plan on removing these commands but were delaying the removal because of continued high usage.

More can be found about this in the announcement posts:

This fixes several deprecated notices caused by the use of `set-output` and `save-output` in GitHub Action workflows.

These were deprecated, and could be removed at any time without notice. GitHub posted an update on July 24th that they still plan on removing these commands but were delaying the removal because of continued high usage.

More can be found about this in the announcement posts:
- https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
- https://github.blog/changelog/2023-07-24-github-actions-update-on-save-state-and-set-output-commands/
@desrosj desrosj self-assigned this Sep 20, 2023
@cypress
Copy link

cypress bot commented Sep 20, 2023

Passing run #231 ↗︎

0 55 1 0 Flakiness 0

Details:

Remove use of UnicornGlobal/has-changes-action action.
Project: Web Plugin Commit: 1ee9e4253b
Status: Passed Duration: 02:35 💡
Started: Sep 20, 2023 2:07 PM Ended: Sep 20, 2023 2:10 PM

This comment has been generated by cypress-bot as a result of this project's GitHub integration settings.

@cypress
Copy link

cypress bot commented Sep 20, 2023

Passing run #248 ↗︎

0 55 1 0 Flakiness 0

Details:

Merge 1ee9e42 into 6a73aae...
Project: Web Plugin Commit: 43a50ba00e ℹ️
Status: Passed Duration: 02:33 💡
Started: Sep 20, 2023 2:21 PM Ended: Sep 20, 2023 2:23 PM

This comment has been generated by cypress-bot as a result of this project's GitHub integration settings.

This action contains an occurrance of `set-output`, which has been depreceted and will soon be removed.
@circlecube circlecube self-requested a review September 20, 2023 17:23
@circlecube circlecube merged commit 1e5b000 into main Sep 20, 2023
@circlecube circlecube deleted the fix/github-actions-deprecated-commands branch September 20, 2023 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants