From caf047f0037cd8307c01d86869c5505aaa2c3d74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 04:16:28 +0000 Subject: [PATCH] chore(deps): bump slackapi/slack-github-action from 3.0.3 to 4.0.0 Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 3.0.3 to 4.0.0. - [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/45a88b9581bfab2566dc881e2cd66d334e621e2c...dcb1066f776dd043e64d0e8ba94ca15cc7e1875d) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy_helm_chart.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_helm_chart.yml b/.github/workflows/deploy_helm_chart.yml index 0cfee1e..a8c7d4b 100644 --- a/.github/workflows/deploy_helm_chart.yml +++ b/.github/workflows/deploy_helm_chart.yml @@ -333,7 +333,7 @@ jobs: echo "LAST_COMMIT_MSG=$LAST_COMMIT_MSG" >> $GITHUB_ENV - name: Send notification - uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c #3.0.3 + uses: slackapi/slack-github-action@dcb1066f776dd043e64d0e8ba94ca15cc7e1875d #4.0.0 id: send_notification if: ${{ fromJson( inputs.slack_notification_enabled ) }} with: @@ -405,7 +405,7 @@ jobs: - name: Update notification if: ${{ always() && fromJson( inputs.slack_notification_enabled ) }} - uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c #3.0.3 + uses: slackapi/slack-github-action@dcb1066f776dd043e64d0e8ba94ca15cc7e1875d #4.0.0 with: method: 'chat.update' token: ${{ secrets.slack_token }}