Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update actions/checkout to v4 #9312

Merged
merged 2 commits into from
Feb 2, 2024
Merged

Conversation

SilentSobs
Copy link
Contributor

Pull Request Description:

Changes Made:
Updated the workflow file to address the deprecation warning for Node.js 16 actions.
Replaced actions/checkout@v2 with actions/checkout@v4 to use Node.js 20 as recommended in the GitHub Actions transition guide (https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/).

Reason for the Update:
The workflow was triggering a deprecation warning indicating the use of deprecated Node.js 16 actions. To maintain compatibility and adhere to the GitHub Actions transition, I have updated the actions/checkout action to version v4, ensuring compatibility with Node.js 20.

Testing:
I have locally tested the updated workflow to ensure it works as expected with the new Node.js version.

image

@microsoft-github-policy-service microsoft-github-policy-service bot added the needs-triage Issue needs to be triaged by the area owners label Feb 2, 2024
@bpulliam bpulliam removed the needs-triage Issue needs to be triaged by the area owners label Feb 2, 2024
@bpulliam bpulliam merged commit 0e37cb8 into microsoft:main Feb 2, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants