From 082b0cd7ca9a1126a999b1f89c062c3a78ef18c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 14:16:39 +0000 Subject: [PATCH] Bump voxmedia/github-action-slack-notify-build from 1 to 2 Bumps [voxmedia/github-action-slack-notify-build](https://github.com/voxmedia/github-action-slack-notify-build) from 1 to 2. - [Release notes](https://github.com/voxmedia/github-action-slack-notify-build/releases) - [Changelog](https://github.com/voxmedia/github-action-slack-notify-build/blob/main/CHANGELOG.md) - [Commits](https://github.com/voxmedia/github-action-slack-notify-build/compare/v1...v2) --- updated-dependencies: - dependency-name: voxmedia/github-action-slack-notify-build dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/bleeding-edge-tests.yml | 4 ++-- .github/workflows/full-qt-tests.yml | 4 ++-- .github/workflows/integration-tests.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/bleeding-edge-tests.yml b/.github/workflows/bleeding-edge-tests.yml index 45a07d3e3..c5508de3e 100644 --- a/.github/workflows/bleeding-edge-tests.yml +++ b/.github/workflows/bleeding-edge-tests.yml @@ -56,7 +56,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Notify Slack channel on failure - uses: voxmedia/github-action-slack-notify-build@v1 + uses: voxmedia/github-action-slack-notify-build@v2 with: channel_id: ${{ secrets.ETS_SLACK_CHANNEL_ID }} status: FAILED @@ -70,7 +70,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Notify Slack channel on success - uses: voxmedia/github-action-slack-notify-build@v1 + uses: voxmedia/github-action-slack-notify-build@v2 with: channel_id: ${{ secrets.ETS_BOTS_SLACK_CHANNEL_ID }} status: SUCCESS diff --git a/.github/workflows/full-qt-tests.yml b/.github/workflows/full-qt-tests.yml index fed7bd4ae..641a10d68 100644 --- a/.github/workflows/full-qt-tests.yml +++ b/.github/workflows/full-qt-tests.yml @@ -55,7 +55,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Notify Slack channel on failure - uses: voxmedia/github-action-slack-notify-build@v1 + uses: voxmedia/github-action-slack-notify-build@v2 with: channel_id: ${{ secrets.ETS_SLACK_CHANNEL_ID }} status: FAILED @@ -69,7 +69,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Notify Slack channel on success - uses: voxmedia/github-action-slack-notify-build@v1 + uses: voxmedia/github-action-slack-notify-build@v2 with: channel_id: ${{ secrets.ETS_BOTS_SLACK_CHANNEL_ID }} status: SUCCESS diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 6e6ede346..88865e5df 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -49,7 +49,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Notify Slack channel on failure - uses: voxmedia/github-action-slack-notify-build@v1 + uses: voxmedia/github-action-slack-notify-build@v2 with: channel_id: ${{ secrets.ETS_SLACK_CHANNEL_ID }} status: FAILED @@ -63,7 +63,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Notify Slack channel on success - uses: voxmedia/github-action-slack-notify-build@v1 + uses: voxmedia/github-action-slack-notify-build@v2 with: channel_id: ${{ secrets.ETS_BOTS_SLACK_CHANNEL_ID }} status: SUCCESS