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

ci: bump actions versions and use GITHUB_OUTPUT #2611

Merged
merged 4 commits into from
Apr 15, 2023

Conversation

scarf005
Copy link
Member

@scarf005 scarf005 commented Apr 10, 2023

Summary

SUMMARY: Infrastructure "bump actions versions and use new output syntax GITHUB_OUTPUT on CI"

Purpose of change

old syntax for setting output is getting deprecated: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/#examples

actions are using node16: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/

Describe the solution

  • uses shiny new echo "foo=bar" >> $GITHUB_OUTPUT syntax
  • bump workflow versions to latest

@scarf005 scarf005 changed the title ci: use GITHUB_OUTPUT ci: bump versions and use GITHUB_OUTPUT Apr 10, 2023
@scarf005 scarf005 changed the title ci: bump versions and use GITHUB_OUTPUT ci: bump actions versions and use GITHUB_OUTPUT Apr 10, 2023
@scarf005 scarf005 requested a review from Coolthulhu April 10, 2023 12:40
@scarf005 scarf005 force-pushed the new-output-syntax branch from 2dcb017 to ea57dc4 Compare April 15, 2023 10:41
@scarf005 scarf005 merged commit f3d6ce4 into cataclysmbnteam:upload Apr 15, 2023
@scarf005 scarf005 deleted the new-output-syntax branch April 15, 2023 11:34
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.

1 participant