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

Upgrade workflow actions to use Node 16 #165

Closed
josecelano opened this issue Feb 1, 2023 · 0 comments · Fixed by #166
Closed

Upgrade workflow actions to use Node 16 #165

josecelano opened this issue Feb 1, 2023 · 0 comments · Fixed by #166

Comments

@josecelano
Copy link
Member

We have this warning on the CI workflow:

Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.

For example:

https://github.com/torrust/torrust-tracker/actions/runs/4066640056

I think we need to upgrade workflow actions.

josecelano added a commit to josecelano/torrust-tracker that referenced this issue Feb 1, 2023
@josecelano josecelano linked a pull request Feb 1, 2023 that will close this issue
josecelano added a commit to josecelano/torrust-tracker that referenced this issue Feb 1, 2023
josecelano added a commit to josecelano/torrust-tracker that referenced this issue Feb 1, 2023
josecelano added a commit to josecelano/torrust-tracker that referenced this issue Feb 1, 2023
josecelano added a commit to josecelano/torrust-tracker that referenced this issue Feb 1, 2023
josecelano added a commit to josecelano/torrust-tracker that referenced this issue Feb 1, 2023
…go commmands

Replaced with using the `cargo` command directly.
josecelano added a commit that referenced this issue Feb 2, 2023
42e7e64 refactor: [#165] remove unmantained workflow action to run cargo commmands (Jose Celano)
b14270b feat: [#165] replace workflow action actions-rs/toolchain@v1 with dtolnay/rust-toolchain@stable (Jose Celano)
3d1a12b feat: [#165] upgrade workflow action: Swatinem/rust-cache@v2 (Jose Celano)
b8793e7 feat: [#165] upgrade workflow action: actions/checkout@v3 (Jose Celano)

Pull request description:

ACKs for top commit:
  josecelano:
    ACK 42e7e64

Tree-SHA512: e9ce987682317f4cf8505ef6d56841bf28e2914313021b39e84674872da6ff6952eb66cbb0ce927c3f5f736def739fa6cf799a37c005252fce4e8dc999a6b289
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant