From bdec76e12ab446a1bbfcf2bc439fb3e8271620e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 07:02:45 +0000 Subject: [PATCH] chore(ci): bump Ilshidur/action-discord from 0.3.0 to 0.3.2 Bumps [Ilshidur/action-discord](https://github.com/Ilshidur/action-discord) from 0.3.0 to 0.3.2. - [Release notes](https://github.com/Ilshidur/action-discord/releases) - [Commits](https://github.com/Ilshidur/action-discord/compare/0.3.0...0.3.2) --- updated-dependencies: - dependency-name: Ilshidur/action-discord dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/benches.yml | 2 +- .github/workflows/install-sh.yml | 2 +- .github/workflows/integration-test.yml | 2 +- .github/workflows/k8s_e2e.yml | 2 +- .github/workflows/nightly.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/benches.yml b/.github/workflows/benches.yml index 28e20a27e4a23..4f3801d2c460a 100644 --- a/.github/workflows/benches.yml +++ b/.github/workflows/benches.yml @@ -120,6 +120,6 @@ jobs: - name: Discord notification env: DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} - uses: Ilshidur/action-discord@0.3.0 + uses: Ilshidur/action-discord@0.3.2 with: args: "Master benchmarks failed: " diff --git a/.github/workflows/install-sh.yml b/.github/workflows/install-sh.yml index 87d67c57cf705..8c95e291ed2fa 100644 --- a/.github/workflows/install-sh.yml +++ b/.github/workflows/install-sh.yml @@ -42,6 +42,6 @@ jobs: - name: Discord notification env: DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} - uses: Ilshidur/action-discord@0.3.0 + uses: Ilshidur/action-discord@0.3.2 with: args: "Update of sh.vector.dev failed: " diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 49e0c4d0c2f88..be5a8b96c7130 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -353,6 +353,6 @@ jobs: - name: Discord notification env: DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} - uses: Ilshidur/action-discord@0.3.0 + uses: Ilshidur/action-discord@0.3.2 with: args: "Master integration tests failed: " diff --git a/.github/workflows/k8s_e2e.yml b/.github/workflows/k8s_e2e.yml index 766359c792b99..706d7ff196b1f 100644 --- a/.github/workflows/k8s_e2e.yml +++ b/.github/workflows/k8s_e2e.yml @@ -174,6 +174,6 @@ jobs: - name: Discord notification env: DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} - uses: Ilshidur/action-discord@0.3.0 + uses: Ilshidur/action-discord@0.3.2 with: args: "Master k8s e2e tests failed: " diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 9173cde9867d9..e491eae6c1e20 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -581,6 +581,6 @@ jobs: - name: Discord notification env: DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} - uses: Ilshidur/action-discord@0.3.0 + uses: Ilshidur/action-discord@0.3.2 with: args: "Master nightly failed: " diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9a77c1dfff5d6..f3d57fecca6b4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -684,6 +684,6 @@ jobs: - name: Discord notification env: DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} - uses: Ilshidur/action-discord@0.3.0 + uses: Ilshidur/action-discord@0.3.2 with: args: "Release failed: " diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 380572a0bdfce..179a455029040 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -292,6 +292,6 @@ jobs: - name: Discord notification env: DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} - uses: Ilshidur/action-discord@0.3.0 + uses: Ilshidur/action-discord@0.3.2 with: args: "Master tests failed: "