From 94bd3ddcd650ed7a329f9f01c0b5926b8146b56a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Nov 2022 16:14:19 -0500 Subject: [PATCH] build(deps): bump actions/setup-go from 2 to 3 (#820) 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] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/coverage.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/workflow.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 9dd5e042..b498bb21 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -13,7 +13,7 @@ jobs: with: fetch-depth: 0 - name: Setup go - uses: actions/setup-go@master + uses: actions/setup-go@v3 with: go-version: 1.19 - name: Run tests with coverage diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index daa49158..9057719c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: with: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: go-version: 1.19 - name: Login to GitHub Container Registry diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index f8c19cc3..4fc8a6ca 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -20,7 +20,7 @@ jobs: with: fetch-depth: 0 - name: Setup go ${{ matrix.go }} - uses: actions/setup-go@master + uses: actions/setup-go@v3 with: go-version: ${{ matrix.go }} - name: Run unit tests