codetriage / CodeTriage

Discover the best way to get started contributing to Open Source projects
https://www.codetriage.com
MIT License
1.41k stars 364 forks source link

Bump actions/checkout from v2 to v4 #1797

Closed mishina2228 closed 11 months ago

mishina2228 commented 11 months ago

Description

GitHub Actions workflow prints the following warning.

The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/

This PR updates actions/checkout to v4 in order to suppress the warning.

Related Issue

Motivation and Context

Want to suppress the deprecation warnings.

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist: