From 6cccd0593b993b79241d3d4aed3681c1a86e4658 Mon Sep 17 00:00:00 2001 From: moecinnamo Date: Tue, 2 Dec 2025 18:17:40 +0800 Subject: [PATCH] branch modify --- .github/workflows/test-and-build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-and-build.yml b/.github/workflows/test-and-build.yml index 5193db5..5b8340c 100644 --- a/.github/workflows/test-and-build.yml +++ b/.github/workflows/test-and-build.yml @@ -18,7 +18,9 @@ jobs: runs-on: self-hosted steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 + with: + ref: v0.0.2-dev - name: Test code run: | echo "Testing code"