From 86043c4083f108f69dd0fefc757656e0cdec5f3a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 6 Oct 2025 14:00:28 +0000 Subject: [PATCH] Update https://gitea.com/actions/checkout action to v5 --- .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 78760fc..482a132 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@v4 + - uses: https://gitea.com/actions/checkout@v5 - name: Fetch tags from main branch id: version