This repository has been archived by the owner on Oct 13, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 60
Please update action.yml to use Node16 #222
Labels
bug
Something isn't working
Comments
|
mizar
added a commit
to mizar/ac-library-rs
that referenced
this issue
Mar 26, 2023
* `actions/checkout@v3` * `actions/setup-python@v4` * `actions-rs` is unmaintained: * actions-rs/toolchain#219 * actions-rs/cargo#222 * Library Checker: Rust 1.60 * https://judge.yosupo.jp/help
mizar
added a commit
to mizar/ac-library-rs
that referenced
this issue
Mar 26, 2023
* `actions/checkout@v3` * `actions/setup-python@v4` * `actions-rs` is unmaintained: * actions-rs/toolchain#219 * actions-rs/cargo#222 * Library Checker: Rust 1.60 * https://judge.yosupo.jp/help
mizar
added a commit
to mizar/ac-library-rs
that referenced
this issue
Mar 26, 2023
* `actions/checkout@v3` * `actions/setup-python@v4` * `actions-rs` is unmaintained: * actions-rs/toolchain#219 * actions-rs/cargo#222 * Library Checker: Rust 1.60 * https://judge.yosupo.jp/help
mizar
added a commit
to mizar/ac-library-rs
that referenced
this issue
Mar 26, 2023
* `actions/checkout@v3` * `actions/setup-python@v4` * `actions-rs` is unmaintained: * actions-rs/toolchain#219 * actions-rs/cargo#222 * Library Checker: Rust 1.60 * https://judge.yosupo.jp/help
mizar
added a commit
to mizar/ac-library-rs
that referenced
this issue
Mar 26, 2023
* `actions/checkout@v3` * `actions/setup-python@v4` * `actions-rs` is unmaintained: * actions-rs/toolchain#219 * actions-rs/cargo#222 * Library Checker: Rust 1.60 * https://judge.yosupo.jp/help
mizar
added a commit
to rust-lang-ja/ac-library-rs
that referenced
this issue
Mar 26, 2023
* ci.yml to use Node16 * `actions/checkout@v3` * `actions/setup-python@v4` * `actions-rs` is unmaintained: * actions-rs/toolchain#219 * actions-rs/cargo#222 * Library Checker: Rust 1.60 * https://judge.yosupo.jp/help * clippy allow renamed-and-removed-lints * https://doc.rust-lang.org/rustc/lints/listing/warn-by-default.html#renamed-and-removed-lints * `cargo`, `rustup` execute from `$PATH` * uses dtolnay/rust-toolchain@master
In case anyone's interested, I forked this Action and published a working version that uses Since I also forked the core repository and updated it, I plan on forking some other Actions (notably clippy-check). Probably not |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Do the checklist before filing an issue:
actions-rs
Actions?If you think it's a problem related to Github Actions in general, use GitHub Community forum instead: https://github.community
Description
In my project, I'm seeing deprecation warnings about Node12. They look like:
Could you update the
action.yml
file to usenode16
as described in https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runs-for-javascript-actionsThanks!
Workflow code
See above
Action output
See above
Expected behavior
No node12 warnings
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: