From 1cba99a5d873be05d1d2348c9d9c3b2e8cabf775 Mon Sep 17 00:00:00 2001 From: Renovate-Clanker Date: Tue, 7 Jul 2026 10:05:53 +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