From d842c88ea95f68edf0c10b8a366e90467cf79aa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 11:20:47 +0000 Subject: [PATCH] chore(deps): bump actions/setup-go from 4.0.1 to 4.1.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4.0.1 to 4.1.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v4.0.1...v4.1.0) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/go.yml | 8 ++++---- .github/workflows/release.yml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 26838c2d..3bbe5c60 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -51,7 +51,7 @@ jobs: fetch-depth: 0 - name: Set up go - uses: actions/setup-go@v4.0.1 + uses: actions/setup-go@v4.1.0 with: go-version: ${{ matrix.go }} @@ -103,7 +103,7 @@ jobs: fetch-depth: 0 - name: Set up go - uses: actions/setup-go@v4.0.1 + uses: actions/setup-go@v4.1.0 with: go-version: ${{ matrix.go }} @@ -150,7 +150,7 @@ jobs: fetch-depth: 0 - name: Set up go - uses: actions/setup-go@v4.0.1 + uses: actions/setup-go@v4.1.0 with: go-version: ${{ matrix.go }} - run: | @@ -202,7 +202,7 @@ jobs: fetch-depth: 0 - name: Set up go - uses: actions/setup-go@v4.0.1 + uses: actions/setup-go@v4.1.0 with: go-version: ${{ matrix.go }} - run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e9bc4339..2f828e0a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: fetch-depth: 0 - name: Set up go - uses: actions/setup-go@v4.0.1 + uses: actions/setup-go@v4.1.0 with: go-version: ${{ matrix.go }} @@ -70,7 +70,7 @@ jobs: fetch-depth: 0 - name: Set up go - uses: actions/setup-go@v4.0.1 + uses: actions/setup-go@v4.1.0 with: go-version: ${{ matrix.go }} @@ -119,7 +119,7 @@ jobs: fetch-depth: 0 - name: Set up go - uses: actions/setup-go@v4.0.1 + uses: actions/setup-go@v4.1.0 with: go-version: ${{ matrix.go }} @@ -172,7 +172,7 @@ jobs: fetch-depth: 0 - name: Set up go - uses: actions/setup-go@v4.0.1 + uses: actions/setup-go@v4.1.0 with: go-version: ${{ matrix.go }}