From 99f10b1bbed4132a4180770ccf548d57619d63ac Mon Sep 17 00:00:00 2001 From: shylie Date: Wed, 25 Mar 2026 01:43:31 -0400 Subject: [PATCH] Update .gitea/workflows/test.yml --- .gitea/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 5ff7004..25a623b 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -7,9 +7,9 @@ jobs: runs-on: shy-server steps: - name: Checkout current - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: - - submodules: recursive + submodules: recursive - name: Configure run: cmake -S . -B build - name: Build