From 59ca1a83239134d6dae8091968d84b2be3cf9bb4 Mon Sep 17 00:00:00 2001 From: Djeex Date: Sat, 22 Aug 2026 11:04:15 +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