From 59a667e4f067a66ade262b1a208927ec44b98935 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Fri, 17 Jul 2026 00:01:44 +0000 Subject: [PATCH] Update actions/setup-go action to v7 --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 0b09db9..da505e3 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v7 - name: Setup Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version-file: go.mod cache: true