mirror of
https://github.com/actions-rs/toolchain.git
synced 2025-05-08 03:29:23 +03:00
Merge b2f1773d4d
into 88dc235639
This commit is contained in:
commit
fd31daec82
4 changed files with 10786 additions and 655 deletions
|
@ -40,5 +40,5 @@ outputs:
|
|||
description: Installed rustup version
|
||||
|
||||
runs:
|
||||
using: 'node12'
|
||||
using: 'node16'
|
||||
main: 'dist/index.js'
|
||||
|
|
2
dist/index.js
vendored
2
dist/index.js
vendored
File diff suppressed because one or more lines are too long
11429
package-lock.json
generated
11429
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -33,9 +33,9 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@actions-rs/core": "^0.1.6",
|
||||
"@actions/core": "^1.2.6",
|
||||
"@actions/exec": "^1.0.4",
|
||||
"@actions/io": "^1.0.2"
|
||||
"@actions/core": "^1.10.0",
|
||||
"@actions/exec": "^1.1.1",
|
||||
"@actions/io": "^1.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^26.0.15",
|
||||
|
@ -55,4 +55,4 @@
|
|||
"ts-jest": "^26.4.4",
|
||||
"typescript": "^4.0.5"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue