From 37d767205dceea56dee29ae64f9cbbcc6c5737ec Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 8 Jan 2026 15:13:44 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .gitea/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 4dbd73f..806f5d6 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 @@ -27,7 +27,7 @@ jobs: GITEA_REPOSITORY: ${{ gitea.repository }} environment: prod steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: buildtool/setup-buildtools-action@v1 - name: Deploy to production run: deploy prod