This commit is contained in:
ruki
2026-02-16 22:34:03 +08:00
Unverified
parent b1e8b91555
commit d6b32d8ea2
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "github-action-setup-xmake",
"version": "1.2.3",
"version": "1.2.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "github-action-setup-xmake",
"version": "1.2.3",
"version": "1.2.4",
"license": "GPL-3.0-or-later",
"dependencies": {
"@actions/cache": "^4.0.3",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "github-action-setup-xmake",
"version": "1.2.3",
"version": "1.2.4",
"description": "Set up your GitHub Actions workflow with a specific version of xmake",
"main": "dist/index.js",
"author": "OpportunityLiu",