diff --git a/package-lock.json b/package-lock.json index 73f4e6a..fb36255 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cache", - "version": "4.1.0", + "version": "4.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cache", - "version": "4.1.0", + "version": "4.1.1", "license": "MIT", "dependencies": { "@actions/cache": "^3.2.3", diff --git a/package.json b/package.json index 08ba312..ce050e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cache", - "version": "4.1.0", + "version": "4.1.1", "private": true, "description": "Cache dependencies and build outputs", "main": "dist/restore/index.js",