From e1c98b94e47bd4b765affa9953a2d17d296d4110 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 16:08:34 -0700 Subject: [PATCH] chore: bump actions/setup-go from 3 to 4 (#800) Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/azwi-build.yaml | 2 +- .github/workflows/azwi-e2e.yaml | 4 ++-- .github/workflows/codecov.yaml | 2 +- .github/workflows/create-release-pull-request.yaml | 2 +- .github/workflows/create-release.yaml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/azwi-build.yaml b/.github/workflows/azwi-build.yaml index 131c2dfdd..972af0e99 100644 --- a/.github/workflows/azwi-build.yaml +++ b/.github/workflows/azwi-build.yaml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: actions/setup-go@v3 + - uses: actions/setup-go@v4 with: go-version: "1.19" - name: Build azwi diff --git a/.github/workflows/azwi-e2e.yaml b/.github/workflows/azwi-e2e.yaml index fd8ae4ab2..450e5f7ae 100644 --- a/.github/workflows/azwi-e2e.yaml +++ b/.github/workflows/azwi-e2e.yaml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: actions/setup-go@v3 + - uses: actions/setup-go@v4 with: go-version: "1.19" - name: Azure CLI @@ -103,7 +103,7 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: actions/setup-go@v3 + - uses: actions/setup-go@v4 with: go-version: "1.19" - name: Build azwi diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml index a29fb844d..bb9e2fdb6 100644 --- a/.github/workflows/codecov.yaml +++ b/.github/workflows/codecov.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: actions/setup-go@v3 + - uses: actions/setup-go@v4 with: go-version: "^1.19" - name: Run tests diff --git a/.github/workflows/create-release-pull-request.yaml b/.github/workflows/create-release-pull-request.yaml index b1ea7cbbd..28ae21346 100644 --- a/.github/workflows/create-release-pull-request.yaml +++ b/.github/workflows/create-release-pull-request.yaml @@ -27,7 +27,7 @@ jobs: submodules: true fetch-depth: 0 ref: "${{ github.event.inputs.based_on_branch }}" - - uses: actions/setup-go@v3 + - uses: actions/setup-go@v4 with: go-version: "1.19" - run: make release-manifest diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index fb6d4481c..e4e22c5f4 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -19,7 +19,7 @@ jobs: with: submodules: true fetch-depth: 0 - - uses: actions/setup-go@v3 + - uses: actions/setup-go@v4 with: go-version: "1.19" - id: get-tag