From 76bfadc6ec88c6867423fbb2323f5484f40a1606 Mon Sep 17 00:00:00 2001 From: n3t1zen Date: Sun, 3 May 2026 23:32:24 +0800 Subject: [PATCH] update --- .github/workflows/build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1c59eeec..788b20af 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -585,8 +585,10 @@ jobs: - calculate_version steps: - name: Checkout - run: | - git clone --recurse-submodules https://git.sfclub.cc/icybear/sing-box.git . + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + with: + fetch-depth: 0 + submodules: 'recursive' - name: Setup Go uses: actions/setup-go@v5 with: