This commit is contained in:
ruki
2024-12-11 15:39:07 +08:00
Unverified
parent 758d9b5b6e
commit 5ccd0ac881
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "github-action-setup-xmake",
"version": "1.1.2",
"version": "1.1.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "github-action-setup-xmake",
"version": "1.1.2",
"version": "1.1.3",
"license": "GPL-3.0-or-later",
"dependencies": {
"@actions/cache": "^3.2.4",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "github-action-setup-xmake",
"version": "1.1.2",
"version": "1.1.3",
"description": "Set up your GitHub Actions workflow with a specific version of xmake",
"main": "dist/index.js",
"author": "OpportunityLiu",