From 4a1c8079b2238275dd79c3e1a7261c138e1b3941 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 04:03:32 +0000 Subject: [PATCH] chore(deps): bump slackapi/slack-github-action from 2 to 3 Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 2 to 3. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](https://github.com/slackapi/slack-github-action/compare/v2...v3) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check-broken-links.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-broken-links.yml b/.github/workflows/check-broken-links.yml index 5da3a6d..d20b10f 100644 --- a/.github/workflows/check-broken-links.yml +++ b/.github/workflows/check-broken-links.yml @@ -38,7 +38,7 @@ jobs: - name: Notify Slack on failure if: failure() && steps.internal.outcome == 'failure' && github.event_name == 'schedule' - uses: slackapi/slack-github-action@v2 + uses: slackapi/slack-github-action@v3 with: channel-id: ${{ secrets.SLACK_CHANNEL_ID }} payload: | @@ -108,7 +108,7 @@ jobs: - name: Notify Slack if broken links found if: steps.lychee.outputs.exit_code != 0 && github.event_name == 'schedule' - uses: slackapi/slack-github-action@v2 + uses: slackapi/slack-github-action@v3 with: channel-id: ${{ secrets.SLACK_CHANNEL_ID }} payload: |