Update GitHub actions using deprecated runtimes #8428
Labels
P1
Medium priority
Team S
Issues for Squad 1
Type: Infrastructure
Engineering infrastructure & tooling
Feature Description
Some GitHub actions that we use have started to raise deprecation warnings.
E.g.
This is not an exhaustive list, but an example that references several actions that we use across many workflows.
See also #6188
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
Note: this has no effect on the Node runtime used in our jobs (i.e. controlled by nvmrc) it's specific to the runtime used by actions
Implementation Brief
actions/checkout@v3
/actions/checkout
toactions/checkout@v4
actions/setup-node@v3
/actions/setup-node
toactions/setup-node@v4
google-github-actions/auth@v1
to usegoogle-github-actions/auth@v2
. From the changelog forgoogle-github-actions/auth
it does not look like there are any obvious breaking changes that would prevent us from upgrading.peter-evans/find-comment@v2
tov3
peter-evans/create-or-update-comment@v2
tov4
Note: the compressed size action (see: https://github.com/google/site-kit-wp/actions/runs/8467166896) uses Node 12 and has no upgrade path, so it won't be updated.
Test Coverage
QA Brief
Changelog entry
The text was updated successfully, but these errors were encountered: