Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internal/ci: upgrade various actions to use node20 runtime
Per the warning in: https://github.com/cue-lang/cuelang.org/actions/runs/10953532749 The following actions use a deprecated Node.js version and will be forced to run on node20: docker/setup-buildx-action@v2, actions/setup-node@v3, peaceiris/actions-hugo@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/ We need to upgrade those actions to use the node20 runtime. This CL fixes just that. Signed-off-by: Paul Jolly <[email protected]> Change-Id: I1bbbc334e6073e675e93d3a5c1a7dbe44b19298e Dispatch-Trailer: {"type":"trybot","CL":1201540,"patchset":3,"ref":"refs/changes/40/1201540/3","targetBranch":"master"}
- Loading branch information