From 56f3520d345cf4e7dcd2150d3887ab57080f679a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 20:42:39 +0000 Subject: [PATCH] chore(deps): bump actions/setup-go from 4.1.0 to 5.0.1 (#723) Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4.1.0 to 5.0.1. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v4.1.0...v5.0.1) --- 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/ci.yaml | 8 ++++---- .github/workflows/gh-pages.yaml | 2 +- .github/workflows/release.yml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 15d7f08e8d..bbbfbce89b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Setup Golang - uses: actions/setup-go@v4.1.0 + uses: actions/setup-go@v5.0.1 with: go-version: "1.20" - name: Restore go build cache @@ -68,7 +68,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Setup Golang - uses: actions/setup-go@v4.1.0 + uses: actions/setup-go@v5.0.1 with: go-version: "1.20" - name: Restore go build cache @@ -95,7 +95,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Setup Golang - uses: actions/setup-go@v4.1.0 + uses: actions/setup-go@v5.0.1 with: go-version: "1.20" - name: Restore go build cache @@ -128,7 +128,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Setup Golang - uses: actions/setup-go@v4.1.0 + uses: actions/setup-go@v5.0.1 with: go-version: "1.20" - name: Restore go build cache diff --git a/.github/workflows/gh-pages.yaml b/.github/workflows/gh-pages.yaml index ffae4b4bda..e793c886cb 100644 --- a/.github/workflows/gh-pages.yaml +++ b/.github/workflows/gh-pages.yaml @@ -21,7 +21,7 @@ jobs: with: python-version: 3.9 - name: Setup Golang - uses: actions/setup-go@v4.1.0 + uses: actions/setup-go@v5.0.1 with: go-version: '1.20' - name: build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6ec4549f4f..18d61533f8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Go - uses: actions/setup-go@v4.1.0 + uses: actions/setup-go@v5.0.1 with: go-version: "1.20" @@ -93,7 +93,7 @@ jobs: else echo "VERSION=${GITHUB_REF##*/}" >> $GITHUB_ENV fi - - uses: actions/setup-go@v4.1.0 + - uses: actions/setup-go@v5.0.1 with: go-version: "1.20" - uses: actions/checkout@v4