diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index 854726a61..53a13f554 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -47,7 +47,7 @@ jobs: steps: - name: Send GitHub Action trigger data to Slack workflow id: slack - uses: slackapi/slack-github-action@v1.23.0 + uses: slackapi/slack-github-action@v1.24.0 if: contains(fromJson('["failure"]'), needs.build_all.result) with: channel-id: ${{ secrets.SLACK_CHANNEL_ID }} diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 892580cec..665039c5f 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -262,7 +262,7 @@ jobs: steps: - name: Send GitHub Action trigger data to Slack workflow id: slack - uses: slackapi/slack-github-action@v1.23.0 + uses: slackapi/slack-github-action@v1.24.0 if: contains(fromJson('["failure"]'), needs.run-integration-tests.result) with: channel-id: ${{ secrets.SLACK_CHANNEL_ID }}