Bump package version to 4.1.8

This commit is contained in:
Josh Gross 2024-09-05 15:05:29 -04:00
parent 6d193bf280
commit 8d742e95a8
No known key found for this signature in database
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.7",
"version": "4.1.8",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "checkout",
"version": "4.1.7",
"version": "4.1.8",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.1",

View file

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