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

Fix Deprecation Warnings in Github Actions #719

Closed
IvanIsCoding opened this issue Oct 28, 2022 · 1 comment · Fixed by #821
Closed

Fix Deprecation Warnings in Github Actions #719

IvanIsCoding opened this issue Oct 28, 2022 · 1 comment · Fixed by #821
Labels
good first issue Good for newcomers

Comments

@IvanIsCoding
Copy link
Collaborator

What is the expected enhancement?

Right now we have 134 warnings on Github Actions telling us that the actions we are using depend on functionality that will be deprecated.

Apparently they will be removed sometime in late 2023. It would be good to fix them earlier than when they stop completely.

@IvanIsCoding IvanIsCoding added the good first issue Good for newcomers label Oct 28, 2022
@IvanIsCoding
Copy link
Collaborator Author

Perhaps the most concerning part is that actions-rs/toolchain is affected by it and is currently unmaintained (actions-rs/toolchain#221) so we need to find a replacement for it

mtreinish pushed a commit that referenced this issue Jan 27, 2023
In this commit, I am updating GitHub Actions, setup-python -> v2 to v4, 
checkout -> v2 to v3. I think this should address many of the warnings
mentioned in the issue #719.
@mergify mergify bot closed this as completed in #821 Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant