From fbb596dc72f63658f858249f2fe1010f910e9e05 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 20 Jun 2026 18:10:35 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .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 dbdec04..4d5fa60 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: BUILDTOOLS_CONTENT: ${{ secrets.BUILDTOOLS_CONTENT }} GITEA_REPOSITORY: ${{ gitea.repository }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: buildtool/setup-buildtools-action@v1 - name: Build and push run: unset GITEA_TOKEN && build && push -- 2.52.0