From 563218e035e440c09cebabb915d80a679c34f565 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 08:05:45 +0000 Subject: [PATCH] ci: bump actions/setup-go from 3 to 4 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v3...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/ci-lint.yml | 2 +- .github/workflows/ci-reproducibility.yml | 2 +- .github/workflows/release-dev.yml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-lint.yml b/.github/workflows/ci-lint.yml index 35e565b17..08823ff97 100644 --- a/.github/workflows/ci-lint.yml +++ b/.github/workflows/ci-lint.yml @@ -44,7 +44,7 @@ jobs: with: node-version: "12.x" - name: Set up Go 1.18 - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version: "1.18.x" - name: Set up Rust diff --git a/.github/workflows/ci-reproducibility.yml b/.github/workflows/ci-reproducibility.yml index f9296c5cf..037064b94 100644 --- a/.github/workflows/ci-reproducibility.yml +++ b/.github/workflows/ci-reproducibility.yml @@ -38,7 +38,7 @@ jobs: # catch reproducibility issues with code in different local paths. path: build${{ matrix.build_number }} - name: Set up Go 1.18 - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version: "1.18.x" - name: Set up Rust diff --git a/.github/workflows/release-dev.yml b/.github/workflows/release-dev.yml index 023e7c4ea..122e9d3c9 100644 --- a/.github/workflows/release-dev.yml +++ b/.github/workflows/release-dev.yml @@ -34,7 +34,7 @@ jobs: # https://github.com/actions/checkout#fetch-all-history-for-all-tags-and-branches fetch-depth: 0 - name: Set up Go 1.18 - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version: "1.18.x" - name: Set up Rust diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fb9d281bf..56d232079 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: fetch-depth: 0 - name: Set up Go 1.18 - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version: "1.18.x"