forked from dashpay/dash
-
Notifications
You must be signed in to change notification settings - Fork 714
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
[GA] Update depreciated actions #2787
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Liquid369
approved these changes
Dec 22, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK 0fee41c
panleone
approved these changes
Feb 8, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
uTACK 0fee41c
Fuzzbawls
added a commit
that referenced
this pull request
Mar 8, 2023
6a5e58b [GA] Bump GA linux workers to ubuntu-20.04 (Fuzzbawls) ac6bf5a [CMake] Update for Ubuntu 20.04 (Fuzzbawls) Pull request description: This is the final (for now) PR needed to fully update our GA workers/actions to non-deprecated versions. Previous work was done in the following PRs: #2787 #2807 ACKs for top commit: Liquid369: tACK 6a5e58b panleone: utACK 6a5e58b Tree-SHA512: 11a18d6c87d1645e8ad79d8ba78b610cccdbdc628d83324cf9334382b4dd79f2d3b4f5310a826d21cde85cf3f99afe0bcc837a84df2ffdfc47e6da9db41c5f02
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Node 12 actions have been depreciated. Update actions to use Node 16 based versions.
Ref: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
save-state
andset-output
have been depreciated. Update GA workflow to no longer use these functions.Ref: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Use shorter ccache cache identifiers
Use explicit CMAKE language launcher variable names