0
1
Fork 0

Update package.json and package-lock.json to reflect v4.1.4

This commit is contained in:
John Wesley Walker III 2024-04-24 12:38:35 +00:00
parent e22ad8a2e3
commit c28b12f0fb
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "checkout",
"version": "4.1.3",
"version": "4.1.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "checkout",
"version": "4.1.3",
"version": "4.1.4",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",

View File

@ -1,6 +1,6 @@
{
"name": "checkout",
"version": "4.1.3",
"version": "4.1.4",
"description": "checkout action",
"main": "lib/main.js",
"scripts": {