From 6983119151ec79a344f9a945b7e641c0cfa0b66c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 20 Jun 2026 18:01:36 +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 ca5d0cc..38ea928 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