From dd218f805058ef2a09ab71964ab92da44fe4fd78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 01:24:41 +0000 Subject: [PATCH] chore(deps): bump actions/setup-go from 3.5.0 to 4.0.0 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] --- .github/workflows/benchmarks.yml | 2 +- .github/workflows/go-lint.yaml | 2 +- .github/workflows/go-unit-tests.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 67f42e1..1578a9c 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f - name: Set up Go ${{ matrix.go-version }} - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 + uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: go-version: ${{ matrix.go-version }} id: go diff --git a/.github/workflows/go-lint.yaml b/.github/workflows/go-lint.yaml index f6f2f24..9accde2 100644 --- a/.github/workflows/go-lint.yaml +++ b/.github/workflows/go-lint.yaml @@ -24,7 +24,7 @@ jobs: fetch-depth: 1 - name: Set up Go ${{ matrix.go-version }} - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 + uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: go-version: ${{ matrix.go-version }} id: go diff --git a/.github/workflows/go-unit-tests.yaml b/.github/workflows/go-unit-tests.yaml index 10774b3..e0e3d66 100644 --- a/.github/workflows/go-unit-tests.yaml +++ b/.github/workflows/go-unit-tests.yaml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f - name: Set up Go ${{ matrix.go-version }} - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 + uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: go-version: ${{ matrix.go-version }} id: go