From 9b8723d8260abafc3a41ac2129151b4d0ba954db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 13:02:26 +0000 Subject: [PATCH] build(deps): bump actions/setup-go from 2 to 4 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 4. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/go.yml | 2 +- .github/workflows/goreleaser.yml | 2 +- .github/workflows/latest.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 68eb25a..d1ac79d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Set up Go ${{ matrix.go }} - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version: ${{ matrix.go }} id: go diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 83e331c..9d31f24 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -17,7 +17,7 @@ jobs: with: fetch-depth: 0 - name: Set up Go 1.19 - uses: actions/setup-go@v2 + uses: actions/setup-go@v4 with: go-version: 1.19 - uses: actions/cache@v3 diff --git a/.github/workflows/latest.yml b/.github/workflows/latest.yml index d2633e7..3656170 100644 --- a/.github/workflows/latest.yml +++ b/.github/workflows/latest.yml @@ -19,7 +19,7 @@ jobs: with: fetch-depth: 0 - name: Set up Go 1.19 - uses: actions/setup-go@v2 + uses: actions/setup-go@v4 with: go-version: 1.19 - uses: actions/cache@v3