From eaa1ef6d57b2d3e8794e681403aa0637943de47d Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 10 May 2025 21:34:34 +0800 Subject: [PATCH] 1.1.9 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 802da7c..89231e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-action-setup-xmake", - "version": "1.1.8", + "version": "1.1.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "github-action-setup-xmake", - "version": "1.1.8", + "version": "1.1.9", "license": "GPL-3.0-or-later", "dependencies": { "@actions/cache": "^4.0.3", diff --git a/package.json b/package.json index 3f8b6ef..0da2abd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action-setup-xmake", - "version": "1.1.8", + "version": "1.1.9", "description": "Set up your GitHub Actions workflow with a specific version of xmake", "main": "dist/index.js", "author": "OpportunityLiu",