From 312f6e6576ae5edcccdd103f36b6eefc1a1d6d79 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 07:43:51 +0000 Subject: [PATCH] chore(deps): update slackapi/slack-github-action action to v4 --- .github/workflows/on_schedule_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on_schedule_tests.yaml b/.github/workflows/on_schedule_tests.yaml index 48fa02974b..f0ec99c157 100644 --- a/.github/workflows/on_schedule_tests.yaml +++ b/.github/workflows/on_schedule_tests.yaml @@ -146,7 +146,7 @@ jobs: }' > slack-payload.json - name: Send Slack notification - uses: slackapi/slack-github-action@v3.0.5 + uses: slackapi/slack-github-action@v4.0.0 with: webhook: ${{ secrets.SLACK_WEBHOOK_URL }} webhook-type: incoming-webhook