bump: update the version of action/core to v1.10.0 and use node v16
This commit is contained in:
parent
fb1eb39e74
commit
3688e13ae0
@ -34,5 +34,5 @@ outputs:
|
|||||||
browser_download_url:
|
browser_download_url:
|
||||||
description: 'The publicly available URL of the asset.'
|
description: 'The publicly available URL of the asset.'
|
||||||
runs:
|
runs:
|
||||||
using: 'node12'
|
using: 'node16'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
|
24336
dist/index.js
vendored
24336
dist/index.js
vendored
File diff suppressed because one or more lines are too long
11750
package-lock.json
generated
11750
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -27,7 +27,7 @@
|
|||||||
"author": "Sven-Hendrik Haase",
|
"author": "Sven-Hendrik Haase",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.2.6",
|
"@actions/core": "^1.10.0",
|
||||||
"@actions/github": "^4.0.0",
|
"@actions/github": "^4.0.0",
|
||||||
"@types/glob": "^7.1.2",
|
"@types/glob": "^7.1.2",
|
||||||
"glob": "^7.1.6"
|
"glob": "^7.1.6"
|
||||||
|
Loading…
Reference in New Issue
Block a user