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 dependencies to avoid deprecated versions #3

Open
ACyphus opened this issue Jan 29, 2024 · 2 comments
Open

Update dependencies to avoid deprecated versions #3

ACyphus opened this issue Jan 29, 2024 · 2 comments

Comments

@ACyphus
Copy link

ACyphus commented Jan 29, 2024

@mxie When using this Action in my workflow (which is incredibly helpful 🙌) I get the following warnings:

  1. The set-output command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

  2. Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: mxie/pagerduty-oncall-action@main. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

I think bumping the Node version to 20 and the @actions/core version to the latest is all that is needed.

Perhaps enabling dependabot version updates on this repository would make it easier 😀 https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates

@mat-sylvia-mark43
Copy link

@mxie Would this be possible? Node 16 usage in GHA looks to be EOL this year.

@smstone
Copy link

smstone commented Mar 27, 2024

I updated to node20 and latest actions/core in #4 to address them.

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

No branches or pull requests

3 participants