From 8406fb81e588a3631ef94710ae038237a33ce698 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 06:52:35 +0000 Subject: [PATCH] chore(deps): bump slackapi/slack-github-action from 3.0.2 to 3.0.5 Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 3.0.2 to 3.0.5. - [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.2...v3.0.5) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 3.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 1725aaac6..c15fc69c9 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -74,7 +74,7 @@ jobs: ENVIRONMENT=${{ inputs.environment }} make helm-deploy - name: Notify infra channel about new version - uses: slackapi/slack-github-action@v3.0.2 + uses: slackapi/slack-github-action@v3.0.5 with: method: chat.postMessage token: ${{ secrets.SLACK_BOT_TOKEN }}