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

CI: Upgrade action/checkout to a version with Node.js 20 #1220

Merged
merged 1 commit into from
Feb 5, 2024

Conversation

ppisar
Copy link
Contributor

@ppisar ppisar commented Jan 31, 2024

GitHub CI warns that Node.js 16 is deprecated:

CCache Build (clang)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

This patch moves action/checkout from v3 to v4 which is based on Node.js 20. It's fully compatible
actions/checkout@v3...v4.0.0.

GitHub CI warns that Node.js 16 is deprecated:

    CCache Build (clang)
    Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

This patch moves action/checkout from v3 to v4 which is based on
Node.js 20. It's fully compatible
<actions/checkout@v3...v4.0.0>.
@kontura kontura added this pull request to the merge queue Feb 5, 2024
Merged via the queue into rpm-software-management:main with commit 6b0e3c2 Feb 5, 2024
5 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants