Update version in package*.json files.

This commit is contained in:
Jon Desrosiers
2022-08-25 10:09:03 -04:00
parent b9c21f17c0
commit 4d94eeabef
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

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

View File

@@ -1,7 +1,7 @@
{
"name": "github-script",
"description": "A GitHub action for executing a simple script",
"version": "6.0.0",
"version": "6.2.0",
"author": "GitHub",
"license": "MIT",
"main": "dist/index.js",