From 04070880cc85daaa1da6e75cee2a84726f0cc9ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 01:12:25 +0000 Subject: [PATCH] workflows: bump actions/setup-go from 2 to 5 --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/1.7.yaml | 2 +- .github/workflows/1.8.yaml | 2 +- .github/workflows/benchmark-run-master.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/1.7.yaml b/.github/workflows/1.7.yaml index e30e45284e4..b18b4e3859c 100644 --- a/.github/workflows/1.7.yaml +++ b/.github/workflows/1.7.yaml @@ -144,7 +144,7 @@ jobs: location: ${{ steps.get-k8s-cluster-location.outputs.stdout }} credentials: ${{ secrets.GCP_SA_KEY }} - - uses: actions/setup-go@v2 + - uses: actions/setup-go@v5 with: go-version: '1.16' # The Go version to download (if necessary) and use. diff --git a/.github/workflows/1.8.yaml b/.github/workflows/1.8.yaml index 907f255fcae..fbabce652ad 100644 --- a/.github/workflows/1.8.yaml +++ b/.github/workflows/1.8.yaml @@ -144,7 +144,7 @@ jobs: location: ${{ steps.get-k8s-cluster-location.outputs.stdout }} credentials: ${{ secrets.GCP_SA_KEY }} - - uses: actions/setup-go@v2 + - uses: actions/setup-go@v5 with: go-version: '1.16' # The Go version to download (if necessary) and use. diff --git a/.github/workflows/benchmark-run-master.yaml b/.github/workflows/benchmark-run-master.yaml index 108290d9642..44c046420b0 100644 --- a/.github/workflows/benchmark-run-master.yaml +++ b/.github/workflows/benchmark-run-master.yaml @@ -110,7 +110,7 @@ jobs: location: ${{ steps.get-k8s-cluster-location.outputs.stdout }} credentials: ${{ secrets.GCP_SA_KEY }} - - uses: actions/setup-go@v2 + - uses: actions/setup-go@v5 with: go-version: '1.16' # The Go version to download (if necessary) and use.