-
Notifications
You must be signed in to change notification settings - Fork 549
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
Update GitHub Actions workflows #1253
Conversation
Thanks! Kicking off the CI run. Right, the failures related to the MySQL key are not caused by this change. I started working on fixing that but all the documentation I found pointed to the key already in use as the correct key to use for validating the packages. |
Could you rebase? I took the nudge and checked the docs again and found the new signing keys for MySQL 5.7 and 8.0 latest. |
- Bump actions/checkout from v2 to v3 - Enable bundler-cache in ruby/setup-ruby
be93366
to
838334a
Compare
Rebased! |
Co-authored-by: Aaron Stone <[email protected]>
Co-authored-by: Aaron Stone <[email protected]>
Co-authored-by: Josef Šimánek <[email protected]>
5fc85c2
to
7f37235
Compare
I added comments and skip installing gems for development.
|
This PR does some minor enhancements for GitHub Actions workflows.
Some workflows fail, but I believe it has nothing to do with this change.