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 GitHub Workflow Actions to Node16-compatible versions #1269

Closed
bdferris-v2 opened this issue Oct 12, 2022 · 0 comments · Fixed by #1271
Closed

Update GitHub Workflow Actions to Node16-compatible versions #1269

bdferris-v2 opened this issue Oct 12, 2022 · 0 comments · Fixed by #1271
Labels
bug Something isn't working (crash, a rule has a problem) status: Needs triage Applied to all new issues

Comments

@bdferris-v2
Copy link
Collaborator

Describe the bug

In recent GitHub Workflow action runs (e.g. https://github.com/MobilityData/gtfs-validator/actions/runs/3230591604), GitHub has started producing the following warning:

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: actions/checkout, gradle/wrapper-validation-action, actions/checkout

Per the link, we need to update actions to Node16 compatible versions. Actions that are affected that I've seen listed so far:

  • actions/cache
  • actions/checkout
  • actions/setup-java
  • actions/upload-artifact
  • eskatos/gradle-command-action
  • gradle/wrapper-validation-action

(maybe it's all of them?)

I think we need to change the action versions in the our workflow config files to fix this.

Steps/Code to Reproduce

Run any GitHub Workflow.

Expected Results

No warnings.

Actual Results

Warnings.

Screenshots

No response

Files used

No response

Validator version

N/A

Operating system

N/A

Java version

No response

Additional notes

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working (crash, a rule has a problem) status: Needs triage Applied to all new issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant