From d147a2aa851b073dd784f9526be8c6cde4611038 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 18:13:05 +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/v2.3.3...v2.4.0) --- 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/releasability.yaml | 2 +- .github/workflows/release-note.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/releasability.yaml b/.github/workflows/releasability.yaml index 982937f2..95fea7ce 100644 --- a/.github/workflows/releasability.yaml +++ b/.github/workflows/releasability.yaml @@ -123,7 +123,7 @@ jobs: - name: Post status to Slack # Note: using env.SLACK_WEBHOOK here because secrets are not allowed in the if block. if: env.SLACK_WEBHOOK != '' && inputs.post-to-slack - uses: rtCamp/action-slack-notify@v2.3.3 + uses: rtCamp/action-slack-notify@v2.4.0 env: SLACK_CHANNEL: knative-release SLACK_USERNAME: knative/release diff --git a/.github/workflows/release-note.yaml b/.github/workflows/release-note.yaml index 33a22101..e6d96b57 100644 --- a/.github/workflows/release-note.yaml +++ b/.github/workflows/release-note.yaml @@ -136,7 +136,7 @@ jobs: - name: Post status to Slack # Note: using env.SLACK_WEBHOOK here because secrets are not allowed in the if block. if: ${{ always() && env.SLACK_WEBHOOK != '' }} - uses: rtCamp/action-slack-notify@v2.3.3 + uses: rtCamp/action-slack-notify@v2.4.0 env: SLACK_CHANNEL: knative-release SLACK_USERNAME: knative/release