-
Notifications
You must be signed in to change notification settings - Fork 60.6k
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
chore: update github actions major version numbers #35893
base: main
Are you sure you want to change the base?
Conversation
Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines. |
@frytg Thanks so much for opening a PR! I'll get this triaged for review ✨ |
Thanks for opening a pull request! We've triaged this issue for technical review by a subject matter expert 👀 |
@frytg Thank you so much for your patience while our SME team reviewed! They've approved these changes, and I'm in the progress of getting assistance with troubleshooting the failing checks above. Once that is all settled, we'll get this merged 💛 Thank you for this contribution! ✨ |
Apologies for the delay! We should have this merged around 4:30pm ET 💛 |
Apologies once more - the failed checks are still blocking this, but these should be resolved by Monday, and we'll merge this as soon we're able 💛 thank you again for your patience, and have a great weekend! |
Why:
While looking something up about the
actions/cache
usage I noticed some outdated major version, which would copy an old version from the example code (see https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/caching-dependencies-to-speed-up-workflows#input-parameters-for-the-cache-action). 3 other actions packages seem to outdated too.What's being changed:
actions/cache
is now v4There are no noteworthy breaking changes in the syntax as per https://github.com/actions/cache/releases
actions/github-script
is now v7also no critical changes https://github.com/actions/github-script/releases
actions/setup-dotnet
is now v4https://github.com/actions/setup-dotnet/releases has no major changes, but helpful due to edgio migrations
actions/stale
is now v9while this seems like a major change from v5, it seems to be mostly behind the scenes and all yaml examples ([1], [2]) are still valid https://github.com/actions/stale/releases
Check off the following: