From 606b0cbc835ca971ad853c11fc5446a19659162d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 03:52:44 +0000 Subject: [PATCH] fix(deps): bump slackapi/slack-github-action from 1.24.0 to 3.0.2 Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1.24.0 to 3.0.2. - [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/v1.24...v3.0.2) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check-release-repositories.yml | 2 +- .github/workflows/notify-on-failure.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-release-repositories.yml b/.github/workflows/check-release-repositories.yml index 31994e2..4dfc8ce 100644 --- a/.github/workflows/check-release-repositories.yml +++ b/.github/workflows/check-release-repositories.yml @@ -28,7 +28,7 @@ jobs: - uses: ./compare-branches id: compare - - uses: slackapi/slack-github-action@v1.24.0 + - uses: slackapi/slack-github-action@v3.0.2 if: steps.compare.outputs.diff == 'true' with: payload: | diff --git a/.github/workflows/notify-on-failure.yml b/.github/workflows/notify-on-failure.yml index cec2b6e..fa444d8 100644 --- a/.github/workflows/notify-on-failure.yml +++ b/.github/workflows/notify-on-failure.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v6 if: runner.debug != '1' - - uses: slackapi/slack-github-action@v1.26.0 + - uses: slackapi/slack-github-action@v3.0.2 if: runner.debug != '1' env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_WORKFLOW_MONITOR }}