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

Github actions deprecation warnings #3806

Closed
gravitystorm opened this issue Nov 17, 2022 · 4 comments
Closed

Github actions deprecation warnings #3806

gravitystorm opened this issue Nov 17, 2022 · 4 comments
Labels
github_actions Pull requests that update Github_actions code

Comments

@gravitystorm
Copy link
Collaborator

I noticed today that we are getting two deprecation warnings from github actions:

Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: coverallsapp/github-action@1.1.3

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/

@gravitystorm gravitystorm added the github_actions Pull requests that update Github_actions code label Nov 17, 2022
@tomhughes
Copy link
Member

I don't know where the second one is coming from but the first one is outside our control until coveralls release an update and I assume the second one is also nested inside some third party action as I don't see us using it directly.

@tomhughes
Copy link
Member

tomhughes commented Nov 17, 2022

That's coveralls as well I think there is an upstream ticket for both: coverallsapp/github-action#135

@tomhughes
Copy link
Member

Also a proposed fix: coverallsapp/github-action#136

@tomhughes
Copy link
Member

Should be fixed by #3941.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github_actions Pull requests that update Github_actions code
Projects
None yet
Development

No branches or pull requests

2 participants