From 2536dd1baf9ec19ef6b0d66519d11d967ce960db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 09:26:26 +0000 Subject: [PATCH] Bump slackapi/slack-github-action from 3.0.1 to 3.0.3 Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 3.0.1 to 3.0.3. - [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/af78098f536edbc4de71162a307590698245be95...45a88b9581bfab2566dc881e2cd66d334e621e2c) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/reusable-gitops-pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-gitops-pr.yaml b/.github/workflows/reusable-gitops-pr.yaml index 331abac..43ee4dd 100644 --- a/.github/workflows/reusable-gitops-pr.yaml +++ b/.github/workflows/reusable-gitops-pr.yaml @@ -99,7 +99,7 @@ jobs: - name: Post to a Slack channel id: slack if: ${{ inputs.slack-channel-id }} - uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 #v3.0.1 + uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c #v3.0.3 with: channel-id: ${{ inputs.slack-channel-id }} slack-message: "PR created ${{ steps.cpr.outputs.pull-request-url }}"