Upgrade @actions/core to 1.10.0

This commit is contained in:
Francesco Renzi
2023-03-10 17:01:55 +00:00
parent deb7ae927c
commit 9e0656c88d
3 changed files with 2037 additions and 92 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "github-script",
"description": "A GitHub action for executing a simple script",
"version": "4.0.2",
"version": "4.1.0",
"author": "GitHub",
"license": "MIT",
"main": "dist/index.js",
@@ -35,7 +35,7 @@
}
},
"dependencies": {
"@actions/core": "^1.5.0",
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.0",
"@actions/github": "^4.0.0",
"@actions/glob": "^0.1.2",