From aa0e7fd04b3ec1ee441d2f5f7763174e771d737a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Dec 2022 06:02:36 +0000 Subject: [PATCH] ci(deps): bump actions/setup-go from 2.1.4 to 3.4.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.4 to 3.4.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v2.1.4...v3.4.0) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e8060fd..df79522 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,7 +36,7 @@ jobs: # - name: Read .go-version # run: echo ::set-output name=GO_VERSION::$(cat .go-version | xargs) # id: gvm - # - uses: actions/setup-go@v2.1.4 + # - uses: actions/setup-go@v3.4.0 # with: # go-version: ${{ steps.gvm.outputs.GO_VERSION }} # - name: Restore go cache @@ -58,7 +58,7 @@ jobs: - name: Read .go-version run: echo ::set-output name=GO_VERSION::$(cat .go-version | xargs) id: gvm - - uses: actions/setup-go@v2.1.4 + - uses: actions/setup-go@v3.4.0 with: go-version: ${{ steps.gvm.outputs.GO_VERSION }} - name: Read .node-version