From bd63a04c2f854378f142787d7e09e81d5026785a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 09:03:18 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v7 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 767841396..b7be5db6a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ jobs: # Run on push for branches in this repo, and on pull_request only for forks. if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.repository != github.event.pull_request.head.repo.full_name) steps: - - uses: actions/setup-go@v6 + - uses: actions/setup-go@v7 with: go-version: 1.26.x - uses: actions/setup-node@v7