From 0a8f318f39c223bcef19b0c9ba69c8df385d3329 Mon Sep 17 00:00:00 2001 From: Djeex Date: Sat, 22 Aug 2026 10:49:28 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index a269231..f107ad1 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0