From cb88a853238c1efe03c13c9110748747652f94ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 05:15:22 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v7 --- .github/workflows/build-test-lint.yml | 2 +- .github/workflows/nightly-tests.yml | 2 +- .github/workflows/nightly-update.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-test-lint.yml b/.github/workflows/build-test-lint.yml index b1eee3f..4aa5b10 100644 --- a/.github/workflows/build-test-lint.yml +++ b/.github/workflows/build-test-lint.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 - name: Install Go - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7 with: go-version: '1.26.5' cache: true diff --git a/.github/workflows/nightly-tests.yml b/.github/workflows/nightly-tests.yml index 047cbb9..636b822 100644 --- a/.github/workflows/nightly-tests.yml +++ b/.github/workflows/nightly-tests.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Install Go - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7 with: go-version: '1.26.5' cache: true diff --git a/.github/workflows/nightly-update.yml b/.github/workflows/nightly-update.yml index 39e2bea..0248806 100644 --- a/.github/workflows/nightly-update.yml +++ b/.github/workflows/nightly-update.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Install Go - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7 with: go-version: '1.26.5' cache: true