From fd2e03cf55fb1fe12a80558aea117200db232e5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 18:52:47 -0700 Subject: [PATCH] chore(deps): bump actions/setup-go from 6 to 7 (#1262) Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f8a9ae..3e4c0f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: BASE_SHA: ${{ github.event.pull_request.base.sha }} HEAD_SHA: ${{ github.event.pull_request.head.sha }} BEFORE_SHA: "${{ github.event.before }}" - - uses: 'actions/setup-go@v6' + - uses: 'actions/setup-go@v7' with: go-version: '1.20' - name: 'Install EditorConfig Lint'