From 223ee7acf425de6913db99f6270ef6d807395b45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 05:06:48 +0000 Subject: [PATCH] Bump actions/setup-go from 4 to 6 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 6. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-ci-json.yml | 2 +- .github/workflows/deploy-test-crawler.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-ci-json.yml b/.github/workflows/deploy-ci-json.yml index b704a8d46..6d18f88f9 100644 --- a/.github/workflows/deploy-ci-json.yml +++ b/.github/workflows/deploy-ci-json.yml @@ -23,7 +23,7 @@ jobs: # Install go lang - name: Install go lang 1.17.7 - uses: actions/setup-go@v4 + uses: actions/setup-go@v6 with: go-version: "^1.17.7" diff --git a/.github/workflows/deploy-test-crawler.yml b/.github/workflows/deploy-test-crawler.yml index 6d2d0a985..e11b6e9f2 100644 --- a/.github/workflows/deploy-test-crawler.yml +++ b/.github/workflows/deploy-test-crawler.yml @@ -79,7 +79,7 @@ jobs: # Install go lang - name: Install go lang 1.17.7 - uses: actions/setup-go@v4 + uses: actions/setup-go@v6 with: go-version: "^1.17.7"