From 8dc15b663d6b8ceb59922330751bec459a3b4284 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 00:33:10 +0000 Subject: [PATCH] build(deps): bump actions/setup-go from 2 to 3 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bd04f8b..167a797 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: node-version: ${{env.WITH_NODE_VERSION}} - name: Setup Go environment - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: go-version: ${{env.WITH_GO_VERSION}} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a32698e..1233ca2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -43,7 +43,7 @@ jobs: node-version: ${{env.WITH_NODE_VERSION}} - name: Setup Go environment - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: go-version: ${{env.WITH_GO_VERSION}}