This commit is contained in:
Federico Grandi
2022-06-26 19:11:46 +00:00
committed by GitHub
parent cbc4f17c16
commit 66ecef4789
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "add-and-commit", "name": "add-and-commit",
"version": "9.0.0", "version": "9.0.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "add-and-commit", "name": "add-and-commit",
"version": "9.0.0", "version": "9.0.1",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/core": "^1.9.0", "@actions/core": "^1.9.0",

View File

@@ -1,6 +1,6 @@
{ {
"name": "add-and-commit", "name": "add-and-commit",
"version": "9.0.0", "version": "9.0.1",
"private": true, "private": true,
"description": "Add & commit files from a path directly from GitHub Actions", "description": "Add & commit files from a path directly from GitHub Actions",
"main": "lib/index.js", "main": "lib/index.js",