Closed RShaw026 closed 3 months ago
Earlier, the following warning was seen in the workflow: The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
This MR solves the issue by using actions/checkout@v4 instead of actions/checkout@v3
actions/checkout@v4
actions/checkout@v3
the workflow was manually run on this branch, and no warning was seen.
Description and Context
Earlier, the following warning was seen in the workflow: The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
This MR solves the issue by using
actions/checkout@v4
instead ofactions/checkout@v3
Related Issues and Pull Requests
How Has This Been Tested?
the workflow was manually run on this branch, and no warning was seen.
Checklist
Additional Information
Interested Parties / Possible Reviewers