From 493ab6cae58942542e27093b1ec23095fe8e51bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 09:54:05 -0500 Subject: [PATCH] chore(deps): bump actions/setup-go from 3.5.0 to 4.0.0 (#472) Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.5.0 to 4.0.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/6edd4406fa81c3da01a34fa6f6343087c207a568...4d34df0c2316fe8122ab82dc22947d607c0c91f9) --- 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> Co-authored-by: asraa --- .github/workflows/release.yml | 2 +- .github/workflows/tests.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 79e63d55..6f19de9e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: uses: arnested/go-version-action@e5d43166205a4555e639cc70a8f14f1270c85d08 id: go-version - name: Set up Go - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 + uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: go-version: ${{ steps.go-version.outputs.minimal }} - name: Run GoReleaser diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index df5064b3..f3c241b0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v3 - name: Setup - Go ${{ matrix.go-version }} - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 + uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: go-version: ${{ matrix.go-version }} @@ -59,7 +59,7 @@ jobs: runs-on: ${{ matrix.os }} needs: get-go-versions steps: - - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 + - uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: go-version: ${{ matrix.go-version }} - uses: actions/checkout@v3