mirror of
https://github.com/actions-rs/toolchain.git
synced 2024-11-14 05:26:34 +02:00
Update the action to run on Node 16
Node 12 is deprecated per https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
This commit is contained in:
parent
88dc235639
commit
8315e9dcd4
1 changed files with 1 additions and 1 deletions
|
@ -40,5 +40,5 @@ outputs:
|
|||
description: Installed rustup version
|
||||
|
||||
runs:
|
||||
using: 'node12'
|
||||
using: 'node16'
|
||||
main: 'dist/index.js'
|
||||
|
|
Loading…
Reference in a new issue