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

Upgrade GitHub Action references #84

Merged
merged 1 commit into from
Jan 30, 2024
Merged

Conversation

DanRStevens
Copy link
Contributor

Older actions relied on older versions of Node, which have been deprecated. Referenced actions should use Node 20, rather than Node 16 or Node 12. Additionally, referenced actions should use $GITHUB_OUTPUT instead of set-output.

Example run showing warnings (See "Annotations" at the bottom of the summary page):

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

Older actions relied on older versions of Node, which have been deprecated. Referenced actions should use Node 20, rather than Node 16 or Node 12.
@DanRStevens DanRStevens merged commit aac2b4e into main Jan 30, 2024
2 checks passed
@DanRStevens DanRStevens deleted the fixGitHubActionsWarnings branch January 30, 2024 05:53
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