Bump @actions/core to 1.10.0

This commit is contained in:
Francesco Renzi
2023-04-28 12:26:08 +01:00
parent 44b873bc97
commit e7d3d7ecb7
3 changed files with 2283 additions and 163 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "github-script",
"description": "A GitHub action for executing a simple script",
"version": "2.0.1",
"version": "2.1.0",
"author": "GitHub",
"license": "MIT",
"main": "dist/index.js",
@@ -35,7 +35,7 @@
}
},
"dependencies": {
"@actions/core": "^1.2.4",
"@actions/core": "^1.10.0",
"@actions/github": "^3.0.0",
"@actions/io": "^1.0.2",
"@octokit/core": "^2.5.3",