Upgrade @actions/core to 1.10.0 for v2 (#210)

* Upgrade @actions/core to 1.10.0

* update dist/index.js
This commit is contained in:
Francesco Renzi 2023-03-08 21:06:44 +00:00 committed by GitHub
parent f023be2c48
commit cbed621e49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2088 additions and 40 deletions

View file

@ -29,7 +29,7 @@
"homepage": "https://github.com/actions/download-artifact#readme",
"dependencies": {
"@actions/artifact": "^0.6.0",
"@actions/core": "^1.2.6"
"@actions/core": "^1.10.0"
},
"devDependencies": {
"@types/node": "^12.12.6",