From fbfa06ee59e3c70ff0676a1601f9a80b5e6b3937 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 22:04:27 +0000 Subject: [PATCH] build(deps): bump slackapi/slack-github-action from 1 to 2 Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1 to 2. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](https://github.com/slackapi/slack-github-action/compare/v1...v2) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/crons.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/crons.yaml b/.github/workflows/crons.yaml index 82eb934788..5fe88b0413 100644 --- a/.github/workflows/crons.yaml +++ b/.github/workflows/crons.yaml @@ -90,7 +90,7 @@ jobs: access_token: ${{ secrets.GITHUB_TOKEN }} - name: Notify Slack on retry triggered if: matrix.type == 'retry' && steps.retry.outputs.was-retried == 'true' - uses: slackapi/slack-github-action@v1 + uses: slackapi/slack-github-action@v2 with: channel-id: '#squad-supsetup-alerts' slack-message: | @@ -104,7 +104,7 @@ jobs: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} - name: Notify Slack on manual action needed if: matrix.type == 'retry' && steps.retry.outputs.retry-count != '' && fromJSON(steps.retry.outputs.retry-count) >= fromJSON(env.MAX_RETRIES) - uses: slackapi/slack-github-action@v1 + uses: slackapi/slack-github-action@v2 with: channel-id: '#squad-supsetup-alerts' slack-message: |