Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Node.js 12 actions are deprecated. Please use Node.js 16 #216

Open
2 of 3 tasks
jiangying000 opened this issue Oct 9, 2022 · 5 comments
Open
2 of 3 tasks

Node.js 12 actions are deprecated. Please use Node.js 16 #216

jiangying000 opened this issue Oct 9, 2022 · 5 comments
Labels
bug Something isn't working

Comments

@jiangying000
Copy link

Do the checklist before filing an issue:

Description

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-rs/cargo, actions-rs/cargo, actions-rs/cargo, actions-rs/cargo, actions-rs/cargo, actions-rs/cargoShow less


## Workflow code
Paste that part of your workflow yaml file that causes the bug in here.

Alternatively you can remove that code block and insert direct link to your workflow file.
Ensure that link points to the specific commit, and not just to the master branch.

Action output

Copy and paste Action output logs in here.

How else can you help on that step:
1. Enable debug logs first: https://github.com/actions/toolkit/blob/master/docs/action-debugging.md
2. Re-run the job
2. Download logs archive for job run and attach it to this issue

Expected behavior

A clear and concise description of what you expected to happen.

Additional context

Add any other context about the problem here.

@hustcer
Copy link

hustcer commented Oct 21, 2022

Any update on this?

pyroraptor07 added a commit to pyroraptor07/interactsh-rs that referenced this issue Oct 30, 2022
This is to fix warnings that pop up in Github Actions due to
actions-rs/cargo and actions-rs/toolchain not being updated to the Node
16.

actions-rs/cargo - [Node.js 12 actions are deprecated. Please use
Node.js 16](actions-rs/cargo#216)
actions-rs/toolchain - [Node.JS 12 deprecation on GitHub
Actions](actions-rs/toolchain#219)
@ximon18
Copy link

ximon18 commented Nov 1, 2022

Ping

miles170 added a commit to miles170/fd that referenced this issue Nov 2, 2022
actions-rs is currently inactive and has an issue like actions-rs/cargo#216
miles170 added a commit to miles170/fd that referenced this issue Nov 2, 2022
actions-rs is currently inactive and has an issue like actions-rs/cargo#216
miles170 added a commit to miles170/fd that referenced this issue Nov 2, 2022
actions-rs is currently inactive and has an issue like actions-rs/cargo#216
miles170 added a commit to miles170/fd that referenced this issue Nov 2, 2022
actions-rs is currently inactive and has an issue like actions-rs/cargo#216
miles170 added a commit to miles170/fd that referenced this issue Nov 2, 2022
actions-rs is currently inactive and has an issue like actions-rs/cargo#216
miles170 added a commit to miles170/fd that referenced this issue Nov 2, 2022
actions-rs is currently inactive and has an issue like actions-rs/cargo#216
@ximon18
Copy link

ximon18 commented Nov 2, 2022

@shepmaster: Why the thumbs down on the "Ping"? This issue is causing problems and there is no response from the action maintainers?

@gbhand
Copy link

gbhand commented Nov 28, 2022

Unfortunately it seems that the whole actions-rs suite has been abandoned (see discussion in actions-rs/toolchain#216).

Luckily most use cases no longer benefit from using this action and can just be replaced with run: cargo <args>

@clechasseur
Copy link

In case anyone's interested, I forked this Action and published a working version that uses node16: clechasseur/rs-cargo.

Since I also forked the core repository and updated it, I plan on forking some other Actions (notably clippy-check). Probably not toolchain since that seems to be covered well enough already.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Development

No branches or pull requests

5 participants