From f56336530a8371745c18fc6e7c3a7e7a2fc7e786 Mon Sep 17 00:00:00 2001 From: "ferrlabs-renovate[bot]" <282300760+ferrlabs-renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 08:46:25 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v7 --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 91b1717..e6bc5b7 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -38,7 +38,7 @@ jobs: echo "has_go=false" >> "$GITHUB_OUTPUT" fi - - uses: actions/setup-go@v6 + - uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7 if: steps.gate.outputs.has_go == 'true' with: go-version-file: go.mod