From 52f9f82ab38d0d1aa5273fab14825b70328d3709 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Apr 2025 09:08:22 +0000 Subject: [PATCH] Bump actions/setup-go from 4 to 5 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v4...v5) --- 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/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..21e3189a6 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@v5 with: go-version: "^1.17.7" diff --git a/.github/workflows/deploy-test-crawler.yml b/.github/workflows/deploy-test-crawler.yml index 6d2d0a985..35830f31e 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@v5 with: go-version: "^1.17.7"