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 action versions in workflows #1325

Merged
merged 1 commit into from
Feb 4, 2024

Conversation

throwaway96
Copy link
Contributor

The existing actions were using Node.js v12—or at least trying to. They were actually forced to run on Node.js v16, but that's also EOL.

Updating to the latest versions of actions/checkout, actions/setup-dotnet, and actions/upload-artifact (v4 for all three) eliminates the warnings about outdated Node.js. The workflow still runs fine.

The existing actions were using Node.js v12, which has been EOL for a
long time.
@uxmal uxmal merged commit 202e984 into uxmal:master Feb 4, 2024
8 checks passed
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