From 5637163ed03b37d3d28fc130119001173df97c11 Mon Sep 17 00:00:00 2001 From: meda Date: Fri, 17 Jul 2026 00:02:26 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v7 --- .gitea/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index b126856..2ebebc1 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -13,7 +13,7 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: '1.26' @@ -40,7 +40,7 @@ jobs: persist-credentials: true - name: Set up Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: '1.26'