Merge pull request #299 from actions/joshmgross/v6.3.2

Bump version to 6.3.2
This commit is contained in:
Josh Gross
2022-10-11 11:43:51 -04: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.1",
"version": "6.3.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "github-script",
"version": "6.3.1",
"version": "6.3.2",
"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.1",
"version": "6.3.2",
"author": "GitHub",
"license": "MIT",
"main": "dist/index.js",