From 7a4a65eeb3140b2e313d1868a4a2d5d5ee04d8f9 Mon Sep 17 00:00:00 2001 From: Qudix <17361645+Qudix@users.noreply.github.com> Date: Sun, 1 Oct 2023 21:50:21 -0500 Subject: [PATCH] fix: set action version --- .github/workflows/main_ci_xmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main_ci_xmake.yml b/.github/workflows/main_ci_xmake.yml index 7b5205d6..7adb69a5 100644 --- a/.github/workflows/main_ci_xmake.yml +++ b/.github/workflows/main_ci_xmake.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 - name: Setup XMake - uses: xmake-io/github-action-setup-xmake@latest + uses: xmake-io/github-action-setup-xmake@v1.0.13 with: xmake-version: '2.8.2'