From c277b5e4c7c7b50a17e94a81736aa9917235b93a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 07:29:22 +0000 Subject: [PATCH] chore: update slackapi/slack-github-action action to v1.26.0 --- .github/workflows/MERGE_MAIN_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_MAIN_TO_DEVELOP.yml b/.github/workflows/MERGE_MAIN_TO_DEVELOP.yml index f23afa6210..b432a5b9b2 100644 --- a/.github/workflows/MERGE_MAIN_TO_DEVELOP.yml +++ b/.github/workflows/MERGE_MAIN_TO_DEVELOP.yml @@ -23,7 +23,7 @@ jobs: git merge -m 'chore: 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.26.0 if: failure() with: channel-id: ${{ secrets.SLACK_CHANNEL_ID }} diff --git a/.github/workflows/NIGHTLY.yml b/.github/workflows/NIGHTLY.yml index 48547c6e3b..eda6ccef76 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.26.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 df05575857..6e664392de 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.26.0 with: channel-id: ${{ secrets.SLACK_CHANNEL_ID }} slack-message: "Failed to upload release. "