From 727294654e89fab35e25c2a999b5600c9c4d492c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 16:13:39 +0000 Subject: [PATCH] Bump rtCamp/action-slack-notify from 2.3.3 to 2.4.0 Bumps [rtCamp/action-slack-notify](https://github.com/rtcamp/action-slack-notify) from 2.3.3 to 2.4.0. - [Release notes](https://github.com/rtcamp/action-slack-notify/releases) - [Commits](https://github.com/rtcamp/action-slack-notify/compare/e31e87e03dd19038e411e38ae27cbad084a90661...33ca3be66c6f378fe1610fd1d5258632dbed5e58) --- updated-dependencies: - dependency-name: rtCamp/action-slack-notify dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4d0be3a0..1be486d3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -277,7 +277,7 @@ jobs: - name: Slack Failure Notification if: failure() && github.event_name == 'schedule' - uses: rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661 + uses: rtCamp/action-slack-notify@33ca3be66c6f378fe1610fd1d5258632dbed5e58 env: SLACK_TITLE: Scheduled Build Failed SLACK_COLOR: ${{ job.status }} @@ -366,7 +366,7 @@ jobs: - name: Slack Notification if: always() - uses: rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661 + uses: rtCamp/action-slack-notify@33ca3be66c6f378fe1610fd1d5258632dbed5e58 env: SLACK_TITLE: Release PR Status - ${{ job.status }} SLACK_COLOR: ${{ job.status }}