From b4d6eb6a1c9cc6143415fb0433e2b4d433d56731 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 01:12:09 +0000 Subject: [PATCH] build(deps): bump slackapi/slack-github-action from 3.0.1 to 3.0.4 Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 3.0.1 to 3.0.4. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Changelog](https://github.com/slackapi/slack-github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/slackapi/slack-github-action/compare/v3.0.1...v3.0.4) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 3.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/nightly.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b995460a..67b86f21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -247,7 +247,7 @@ jobs: - name: Notify Slack (Fixed) if: steps.check_previous.outputs.result == 'true' - uses: slackapi/slack-github-action@v3.0.1 + uses: slackapi/slack-github-action@v3.0.4 with: webhook: ${{ secrets.SLACK_WEBHOOK_URL }} webhook-type: incoming-webhook @@ -285,7 +285,7 @@ jobs: if: failure() && github.event_name == 'push' steps: - name: Notify Slack - uses: slackapi/slack-github-action@v3.0.1 + uses: slackapi/slack-github-action@v3.0.4 with: webhook: ${{ secrets.SLACK_WEBHOOK_URL }} webhook-type: incoming-webhook diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index f83c79dd..24ce994f 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -328,7 +328,7 @@ jobs: - name: Notify Slack (Fixed) if: steps.check_previous.outputs.result == 'true' - uses: slackapi/slack-github-action@v3.0.1 + uses: slackapi/slack-github-action@v3.0.4 with: webhook: ${{ secrets.SLACK_WEBHOOK_URL }} webhook-type: incoming-webhook @@ -366,7 +366,7 @@ jobs: if: failure() steps: - name: Notify Slack - uses: slackapi/slack-github-action@v3.0.1 + uses: slackapi/slack-github-action@v3.0.4 with: webhook: ${{ secrets.SLACK_WEBHOOK_URL }} webhook-type: incoming-webhook