We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
First of all: Thank you for this excellent GitHub Action!
I noticed a deprecation warning in a repo that uses this action at latest git SHA:
Annotations 1 warning
1 warning
Warning
The following actions uses Node.js version which is deprecated and will be forced to run on node20: yanamura/git-flow-merge-action@9d4a90b72af5df91efa8db230273c95f57dd8d05. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
yanamura/git-flow-merge-action@9d4a90b72af5df91efa8db230273c95f57dd8d05
Please consider this a friendly reminder to update the version of Node.js this action uses.
It appears simple to do, according to the documentation here. Simply change the action.yml runs.using to 'node20':
action.yml
runs.using
'node20'
runs: using: 'node20' main: 'dist/index.js'
I will make a pull request to help resolve this issue. If you'd be so kind as to consider it. Thank you! 🙏
The text was updated successfully, but these errors were encountered:
Fix yanamura#559 - Update Node.js to 20
9886271
Successfully merging a pull request may close this issue.
Hello,
First of all: Thank you for this excellent GitHub Action!
I noticed a deprecation warning in a repo that uses this action at latest git SHA:
Warning
The following actions uses Node.js version which is deprecated and will be forced to run on node20:
yanamura/git-flow-merge-action@9d4a90b72af5df91efa8db230273c95f57dd8d05
.For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Please consider this a friendly reminder to update the version of Node.js this action uses.
It appears simple to do, according to the documentation here. Simply change the
action.yml
runs.using
to'node20'
:I will make a pull request to help resolve this issue. If you'd be so kind as to consider it. Thank you! 🙏
The text was updated successfully, but these errors were encountered: