From 4680cb1d575ed46a555e08928a890c4e4f7e48f7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 8 Jan 2026 15:13:16 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index f456f9b..5f07e83 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: BUILDTOOLS_CONTENT: ${{ secrets.BUILDTOOLS_CONTENT }} GITEA_REPOSITORY: ${{ gitea.repository }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: buildtool/setup-buildtools-action@v1 - name: Build and push run: unset GITEA_TOKEN && build && push