From ef60f68fbb77b5d2952b9dbaa5f85aa3d7936322 Mon Sep 17 00:00:00 2001 From: Renovate-Clanker Date: Fri, 3 Jul 2026 09:03:27 +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