From 89c37231245bb0ca2a2f470337c8fc4b3c814917 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 25 Oct 2025 00:16:57 +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 de54a15..686f93e 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