-
Notifications
You must be signed in to change notification settings - Fork 155
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
use mobilecoinofficial/gh-actions where possible #3859
Conversation
dccefa5
to
4a909d9
Compare
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.
Should these get updated too?
.github/workflows/dependent-repos.yml
21: - uses: actions/checkout@v4
41: - uses: actions/checkout@v4
|
|
|
|
|
|
Motivation
Simplify and centralize maintenance of common upstream actions. We can maintain action versions in one place instead of individually across all of our repos.
Use some simplified combined actions to replace repetitive multi step jobs (like mobilecoinofficial/gh-actions/docker)