From 3546509d97470273a95a8fb9634a45118755dd01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 10:30:50 +0000 Subject: [PATCH] chore: update slackapi/slack-github-action action to v1.25.0 --- .github/workflows/MERGE_MASTER_TO_DEVELOP.yml | 2 +- .github/workflows/NIGHTLY.yml | 2 +- .github/workflows/PUBLISH_RELEASE.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/MERGE_MASTER_TO_DEVELOP.yml b/.github/workflows/MERGE_MASTER_TO_DEVELOP.yml index d935b7875a..e090f2456d 100644 --- a/.github/workflows/MERGE_MASTER_TO_DEVELOP.yml +++ b/.github/workflows/MERGE_MASTER_TO_DEVELOP.yml @@ -23,7 +23,7 @@ jobs: git merge -m 'Merge main to develop' --no-edit origin/main git push - name: Notify on Slack if merge fails - uses: slackapi/slack-github-action@v1.15.0 + uses: slackapi/slack-github-action@v1.25.0 if: failure() with: channel-id: ${{ secrets.SLACK_CHANNEL_ID }} diff --git a/.github/workflows/NIGHTLY.yml b/.github/workflows/NIGHTLY.yml index 11ee1767a7..4b1ad1ccf3 100644 --- a/.github/workflows/NIGHTLY.yml +++ b/.github/workflows/NIGHTLY.yml @@ -104,7 +104,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Post to a Slack channel - uses: slackapi/slack-github-action@v1.15.0 + uses: slackapi/slack-github-action@v1.25.0 with: channel-id: ${{ secrets.SLACK_CHANNEL_ID }} slack-message: "Nightly build failed. " diff --git a/.github/workflows/PUBLISH_RELEASE.yml b/.github/workflows/PUBLISH_RELEASE.yml index 81b514964b..f4d97436a7 100644 --- a/.github/workflows/PUBLISH_RELEASE.yml +++ b/.github/workflows/PUBLISH_RELEASE.yml @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Post to a Slack channel - uses: slackapi/slack-github-action@v1.15.0 + uses: slackapi/slack-github-action@v1.25.0 with: channel-id: ${{ secrets.SLACK_CHANNEL_ID }} slack-message: "Failed to upload release. "