From 17e1040c2b693044e701f67380e776c82a3be579 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Oct 2020 07:02:08 +0000 Subject: [PATCH] ci: bump actions/setup-go from v2.1.2 to v2.1.3 Bumps [actions/setup-go](https://github.com/actions/setup-go) from v2.1.2 to v2.1.3. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/ v2.1.2...37335c7bb261b353407cff977110895fa0b4f7d8) Signed-off-by: dependabot[bot] --- .changelog/3365.internal.md | 1 + .github/workflows/ci-lint.yml | 2 +- .github/workflows/ci-reproducibility.yml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 .changelog/3365.internal.md diff --git a/.changelog/3365.internal.md b/.changelog/3365.internal.md new file mode 100644 index 00000000000..ae617552aaa --- /dev/null +++ b/.changelog/3365.internal.md @@ -0,0 +1 @@ +ci: Bump actions/setup-go from v2.1.2 to v2.1.3 diff --git a/.github/workflows/ci-lint.yml b/.github/workflows/ci-lint.yml index 6f892f57dfe..3980e88c83f 100644 --- a/.github/workflows/ci-lint.yml +++ b/.github/workflows/ci-lint.yml @@ -40,7 +40,7 @@ jobs: with: node-version: "12.x" - name: Set up Go 1.15 - uses: actions/setup-go@v2.1.2 + uses: actions/setup-go@v2.1.3 with: go-version: "1.15.x" - name: Install prerequisites diff --git a/.github/workflows/ci-reproducibility.yml b/.github/workflows/ci-reproducibility.yml index f7c101d901b..d481bcfebb6 100644 --- a/.github/workflows/ci-reproducibility.yml +++ b/.github/workflows/ci-reproducibility.yml @@ -34,7 +34,7 @@ jobs: # supported by actions-rs/toolchain. cp build${{ matrix.build_number }}/rust-toolchain . - name: Set up Go 1.15 - uses: actions/setup-go@v2.1.2 + uses: actions/setup-go@v2.1.3 with: go-version: "1.15.x" - name: Set up Rust diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 57c5bdc10c1..d85e292c8ce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: # https://github.com/actions/checkout#fetch-all-history-for-all-tags-and-branches fetch-depth: 0 - name: Set up Go 1.15 - uses: actions/setup-go@v2.1.2 + uses: actions/setup-go@v2.1.3 with: go-version: "1.15.x" - name: Set up Rust