From df8ebb0269ddb4e5df97e9d64142b1a64b412d0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 08:34:57 +0000 Subject: [PATCH] chore(deps): bump actions/setup-go from 1 to 4 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 1 to 4. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v1...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/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 24a4876..6af4ee2 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -7,7 +7,7 @@ jobs: steps: - name: Set up Go 1.13 - uses: actions/setup-go@v1 + uses: actions/setup-go@v4 with: go-version: 1.13 id: go diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f4ad3f3..7652d69 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: setup go - uses: actions/setup-go@v1 + uses: actions/setup-go@v4 with: go-version: 1.14 - name: checkout