-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 all actions setup to latest versions #15443
Update all actions setup to latest versions #15443
Conversation
This fixes a number of deprecation warnings around older Node versions used by some of these actions. With this we're on the latest releases again. Signed-off-by: Dirkjan Bussink <[email protected]>
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
Is that something we want to backport to all release branches? Personally, I am not against it |
Probably good to avoid any surprises down the line if the deprecation breaks something. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #15443 +/- ##
==========================================
+ Coverage 65.64% 65.66% +0.01%
==========================================
Files 1563 1563
Lines 194380 194380
==========================================
+ Hits 127608 127636 +28
+ Misses 66772 66744 -28 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Dirkjan Bussink <[email protected]>
…15446) Signed-off-by: Dirkjan Bussink <[email protected]> Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
…15445) Signed-off-by: Dirkjan Bussink <[email protected]> Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
…15444) Signed-off-by: Dirkjan Bussink <[email protected]> Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
This fixes a number of deprecation warnings around older Node versions used by some of these actions. With this we're on the latest releases again.
Checklist