bump: update the version of action/core to v1.10.0 and use node v16

This commit is contained in:
floralatin 2022-10-24 11:23:17 +08:00
parent fb1eb39e74
commit 3688e13ae0
4 changed files with 26045 additions and 10045 deletions

View File

@ -34,5 +34,5 @@ outputs:
browser_download_url:
description: 'The publicly available URL of the asset.'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'

24336
dist/index.js vendored

File diff suppressed because one or more lines are too long

11750
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -27,7 +27,7 @@
"author": "Sven-Hendrik Haase",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/core": "^1.10.0",
"@actions/github": "^4.0.0",
"@types/glob": "^7.1.2",
"glob": "^7.1.6"