From 38ab6c8da26a94ec9ccf53edf5d00b0dbd8934f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 07:17:21 +0000 Subject: [PATCH] chore(deps): bump slackapi/slack-github-action from 3 to 4 Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 3 to 4. - [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...v4) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/promote-prod.yml | 6 +++--- .github/workflows/publish.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af13632..a6f5724 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: steps: - name: Notify Slack if: env.SLACK_WEBHOOK_URL != '' - uses: slackapi/slack-github-action@v3 + uses: slackapi/slack-github-action@v4 with: payload: | {"text":"CI failed in ${{ github.repository }}\n${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"} diff --git a/.github/workflows/promote-prod.yml b/.github/workflows/promote-prod.yml index 2aa46d0..6d7cab2 100644 --- a/.github/workflows/promote-prod.yml +++ b/.github/workflows/promote-prod.yml @@ -322,7 +322,7 @@ jobs: - name: Notify Slack if: env.SLACK_WEBHOOK_URL != '' continue-on-error: true - uses: slackapi/slack-github-action@v3 + uses: slackapi/slack-github-action@v4 with: webhook: ${{ secrets.SLACK_WEBHOOK_URL }} webhook-type: incoming-webhook @@ -403,7 +403,7 @@ jobs: - name: Notify Slack if: env.SLACK_WEBHOOK_URL != '' continue-on-error: true # a Slack hiccup must never red an already-published release - uses: slackapi/slack-github-action@v3 + uses: slackapi/slack-github-action@v4 with: webhook: ${{ secrets.SLACK_WEBHOOK_URL }} webhook-type: incoming-webhook @@ -428,7 +428,7 @@ jobs: steps: - name: Notify Slack if: env.SLACK_WEBHOOK_URL != '' - uses: slackapi/slack-github-action@v3 + uses: slackapi/slack-github-action@v4 with: # v2+ requires the URL via the `webhook` input + an explicit `webhook-type`. # SLACK_WEBHOOK_URL is a classic Incoming Webhook -> incoming-webhook. diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1bfcf38..9d6f093 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -152,7 +152,7 @@ jobs: steps: - name: Notify Slack if: env.SLACK_WEBHOOK_URL != '' - uses: slackapi/slack-github-action@v3 + uses: slackapi/slack-github-action@v4 with: # v2+ requires the URL via the `webhook` input + an explicit `webhook-type` # (the v1 env-only style fails with "Missing input! The webhook type must be