From 3a58f1f4c941783e19cef2c04a3fad9d8ab2cbc6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 23 Dec 2025 16:07:38 +0000 Subject: [PATCH] Update https://gitea.com/actions/checkout action to v6 --- .gitea/workflows/build_container.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build_container.yaml b/.gitea/workflows/build_container.yaml index 686f93e..d9e771a 100644 --- a/.gitea/workflows/build_container.yaml +++ b/.gitea/workflows/build_container.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: https://gitea.com/actions/checkout@v5 + - uses: https://gitea.com/actions/checkout@v6 - name: Fetch tags from main branch id: version