Closed mkienow-r7 closed 2 years ago
Updates the GitHub CI (.github/workflows/ci.yml) and Verify (.github/workflows/verify.yml) workflow action versions after I observed the following warning when inspecting our action's output.
.github/workflows/ci.yml
.github/workflows/verify.yml
Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout, actions/checkout
Updates:
actions/checkout@v2
actions/checkout@v3
actions/cache@v2
actions/cache@v3
actions/setup-go@v2
actions/setup-go@v3
Keeping GitHub workflows up-to-date.
Changes confirmed by inspecting the GitHub actions run on this branch and PR.
Description
Updates the GitHub CI (
.github/workflows/ci.yml
) and Verify (.github/workflows/verify.yml
) workflow action versions after I observed the following warning when inspecting our action's output.Updates:
actions/checkout@v2
toactions/checkout@v3
actions/cache@v2
toactions/cache@v3
actions/setup-go@v2
toactions/setup-go@v3
Motivation and Context
Keeping GitHub workflows up-to-date.
How Has This Been Tested?
Changes confirmed by inspecting the GitHub actions run on this branch and PR.
Types of changes
Checklist: