Update @actions/core to 1.2.7

This commit is contained in:
Josh Gross 2021-04-23 11:42:24 -04:00
parent 85e88a66ea
commit 2b34a689ec
No known key found for this signature in database
GPG key ID: 17A6308EA2144978
3 changed files with 12 additions and 11 deletions

View file

@ -1,7 +1,7 @@
{
"name": "github-script",
"description": "A GitHub action for executing a simple script",
"version": "4.0.1",
"version": "4.0.2",
"author": "GitHub",
"license": "MIT",
"main": "dist/index.js",
@ -35,7 +35,7 @@
}
},
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/core": "^1.2.7",
"@actions/github": "^4.0.0",
"@actions/glob": "^0.1.1",
"@actions/io": "^1.0.2",