From 75c40d43a5c6cb551ab471c9aa3bb5de4b66bf12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jul 2025 03:42:51 +0000 Subject: [PATCH] fix(deps): bump slackapi/slack-github-action from 1.24.0 to 2.1.1 Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1.24.0 to 2.1.1. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](https://github.com/slackapi/slack-github-action/compare/v1.24...v2.1.1) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 2.1.1 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 eee8393b..d2a03bc5 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@v2.1.1 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 04c532b6..4f57d11d 100644 --- a/.github/workflows/notify-on-failure.yml +++ b/.github/workflows/notify-on-failure.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v4 if: runner.debug != '1' - - uses: slackapi/slack-github-action@v1.26.0 + - uses: slackapi/slack-github-action@v2.1.1 if: runner.debug != '1' env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_WORKFLOW_MONITOR }}