From e0a3fe1742cc7b79862d95a96f5dfd5bbf68b5cf Mon Sep 17 00:00:00 2001 From: Renovate-Clanker Date: Wed, 1 Jul 2026 01:03:26 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .gitea/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index 7c8a75e..507acab 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v4