From 49bf3699d0084b54665ccc66e2d78adc77c4f812 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 20:38:49 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v7 --- .github/workflows/golang-codeql.yml | 2 +- actions/go-build-test/action.yml | 2 +- actions/releaser/action.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/golang-codeql.yml b/.github/workflows/golang-codeql.yml index 1ddeef7..eb02b15 100644 --- a/.github/workflows/golang-codeql.yml +++ b/.github/workflows/golang-codeql.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Setup Go environment if: matrix.language == 'go' - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: ${{ inputs.go-version }} diff --git a/actions/go-build-test/action.yml b/actions/go-build-test/action.yml index 9003a55..9a156bf 100644 --- a/actions/go-build-test/action.yml +++ b/actions/go-build-test/action.yml @@ -18,7 +18,7 @@ runs: using: composite steps: - name: Setup Go environment - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: ${{ inputs.go-version }} diff --git a/actions/releaser/action.yml b/actions/releaser/action.yml index c28c74e..468f7d1 100644 --- a/actions/releaser/action.yml +++ b/actions/releaser/action.yml @@ -55,7 +55,7 @@ runs: steps: - name: Setup Go environment if: ${{ inputs.setup-go == 'true' }} - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: ${{ inputs.go-version }}