Merge pull request #339 from actions/joshmgross/bump-package-version

Bump version to 6.4.0
This commit is contained in:
Josh Gross
2023-01-26 11:32:53 -05:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "github-script",
"version": "6.3.3",
"version": "6.4.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "github-script",
"version": "6.3.3",
"version": "6.4.0",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",

View File

@@ -1,7 +1,7 @@
{
"name": "github-script",
"description": "A GitHub action for executing a simple script",
"version": "6.3.3",
"version": "6.4.0",
"author": "GitHub",
"license": "MIT",
"main": "dist/index.js",
@@ -57,4 +57,4 @@
"ts-jest": "^27.0.5",
"typescript": "^4.3.5"
}
}
}