From e8c90ee1e056f2991529f32c40c02066ecc13a33 Mon Sep 17 00:00:00 2001 From: penguin Date: Fri, 5 Dec 2025 16:11:03 -0600 Subject: [PATCH] trying checkout v5 --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index c833d96..295d993 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -7,7 +7,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: build and check run: ./check.sh