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. #234

Merged
merged 3 commits into from
Sep 20, 2023
Merged

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 #973 ↗︎

0 64 6 0 Flakiness 0

Details:

Merge 1b3b1b0 into e43b00f...
Project: HostGator Plugin Commit: 6bea1e54ff ℹ️
Status: Passed Duration: 02:48 💡
Started: Sep 20, 2023 2:19 PM Ended: Sep 20, 2023 2:22 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 #952 ↗︎

0 64 6 0 Flakiness 0

Details:

Remove test file accidentally added.
Project: HostGator Plugin Commit: 1b3b1b0b8d
Status: Passed Duration: 03:00 💡
Started: Sep 20, 2023 2:13 PM Ended: Sep 20, 2023 2:16 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 merged commit 2340525 into main Sep 20, 2023
@circlecube circlecube deleted the fix/gha-deprecated-notices branch September 20, 2023 15:40
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