From 318e8ffccfd65901b40af26f98a925124e091291 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 18:48:35 +0000 Subject: [PATCH] chore(deps): bump slackapi/slack-github-action from 3.0.2 to 3.0.3 Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 3.0.2 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/v3.0.2...v3.0.3) --- 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/cross_version_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cross_version_test.yml b/.github/workflows/cross_version_test.yml index 2c7f9a4..2db5def 100644 --- a/.github/workflows/cross_version_test.yml +++ b/.github/workflows/cross_version_test.yml @@ -117,7 +117,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Send Slack notification - uses: slackapi/slack-github-action@v3.0.2 + uses: slackapi/slack-github-action@v3.0.3 with: webhook: ${{ secrets.SLACK_WEBHOOK_URL }} webhook-type: incoming-webhook