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] Update Github actions to node.js 20 #3445

Merged
merged 1 commit into from
Mar 24, 2024

Conversation

fkouteib
Copy link
Contributor

  1. Resolve GH actions warnings due using deprecated versions of checkout, v2 (node.js 12; EOL) and v3 (node.js 16; EOL), by upgrading to checkout v4 (node.js 20).

  2. add -f (force) flag to rm cmds bc it always completes successfully (return 0) even if file/folder is not found. Without the force flag, "file not found" error causes the cmd to return 1 (fail) when the objective was technically met.

1. Resolve GH actions warnings due using deprecated versions of checkout, v2 (node.js 12; EOL) and v3 (node.js 16; EOL), by upgrading to checkout v4 (node.js 20).

2. add -f (force) flag to rm cmds bc it always returns 0 on completion even if file/folder is not found. Without the force flag, "file not found" error causes the cmd to return 1 (fail) when the objective was technically met.
@fkouteib fkouteib requested a review from ptillet as a code owner March 24, 2024 02:03
@ptillet ptillet merged commit d13718d into triton-lang:main Mar 24, 2024
5 checks passed
fkouteib added a commit to fkouteib/triton that referenced this pull request Mar 24, 2024
Follow-up to PR triton-lang#3445. I missed a couple v3 instance updates. node.js 16 (v3) is deprecated. Moving GH actions to node.js 20 (v4).
@fkouteib fkouteib deleted the update_gh_actions branch March 24, 2024 03:01
ThomasRaoux pushed a commit that referenced this pull request Apr 2, 2024
Follow-up to PR #3445. I missed a couple v3 instance updates. node.js 16
(v3) is deprecated. Moving GH actions to node.js 20 (v4).
karupayun pushed a commit to openxla/triton that referenced this pull request Apr 3, 2024
1. Resolve GH actions warnings due using deprecated versions of
checkout, v2 (node.js 12; EOL) and v3 (node.js 16; EOL), by upgrading to
checkout v4 (node.js 20).

2. add -f (force) flag to rm cmds bc it always completes successfully
(return 0) even if file/folder is not found. Without the force flag,
"file not found" error causes the cmd to return 1 (fail) when the
objective was technically met.
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