diff --git a/package-lock.json b/package-lock.json index ce01267..ab2f8cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-action-setup-xmake", - "version": "1.1.5", + "version": "1.1.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "github-action-setup-xmake", - "version": "1.1.5", + "version": "1.1.6", "license": "GPL-3.0-or-later", "dependencies": { "@actions/cache": "^3.2.4", diff --git a/package.json b/package.json index 844fd25..e200dc6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action-setup-xmake", - "version": "1.1.5", + "version": "1.1.6", "description": "Set up your GitHub Actions workflow with a specific version of xmake", "main": "dist/index.js", "author": "OpportunityLiu",