diff --git a/package-lock.json b/package-lock.json index 94d28c1..a8c8afb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-action-setup-xmake", - "version": "1.2.1", + "version": "1.2.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "github-action-setup-xmake", - "version": "1.2.1", + "version": "1.2.3", "license": "GPL-3.0-or-later", "dependencies": { "@actions/cache": "^4.0.3", diff --git a/package.json b/package.json index 5ee3a7a..da625e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action-setup-xmake", - "version": "1.2.1", + "version": "1.2.3", "description": "Set up your GitHub Actions workflow with a specific version of xmake", "main": "dist/index.js", "author": "OpportunityLiu",