Update actions/checkout 2->3+ #11050
Merged
+19
−19
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.
What this PR does / why we need it: I'm seeing warnings that actions/checkout 2 uses the deprecated node 12 and an update to at least v3 using node 16 is needed. There is a v4 (node 20), and, in looking through the code, I see several other v3 actions that have v4 versions.
This PR updates all of these to v4.
Which issue(s) this PR closes:
Special notes for your reviewer:
Suggestions on how to test this: Guessing this is like the earlier #10997 PR in that we're just looking to make sure things don't break. If they do, we can either address the issue or roll-back the relevant change. (The shift from checkout v2 is one we should keep so we stop using node 12, but everything else is ~optional.)
The changes are across many tasks - building the guides, review dog, pushing containers, pushing the spi, etc.
Does this PR introduce a user interface change? If mockups are available, please link/include them here:
Is there a release notes update needed for this change?:
Additional documentation: