From 606f98c784bbfdd124d39a34f2236d0a33bd991e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 14:50:13 +0000 Subject: [PATCH] Bump rtCamp/action-slack-notify in /.github/actions/notifications Bumps [rtCamp/action-slack-notify](https://github.com/rtcamp/action-slack-notify) from 2.3.0 to 2.3.2. - [Release notes](https://github.com/rtcamp/action-slack-notify/releases) - [Commits](https://github.com/rtcamp/action-slack-notify/compare/4e5fb42d249be6a45a298f3c9543b111b02f7907...c33737706dea87cd7784c687dadc9adf1be59990) --- updated-dependencies: - dependency-name: rtCamp/action-slack-notify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/actions/notifications/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/notifications/action.yml b/.github/actions/notifications/action.yml index 80dec10a28e..a3d091aad62 100644 --- a/.github/actions/notifications/action.yml +++ b/.github/actions/notifications/action.yml @@ -41,7 +41,7 @@ runs: - name: Slack Notification if: inputs.method == 'slack' - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 env: SLACK_CHANNEL: ${{ inputs.channel }} SLACK_COLOR: ${{ inputs.color }}