From 9fb8c66b3a2776bd1d1ea4d8fbb1ff7a95576566 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 09:56:01 +0000 Subject: [PATCH] chore(deps): update slackapi/slack-github-action action to v3 --- .github/actions/report-scheduled-failure/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/report-scheduled-failure/action.yml b/.github/actions/report-scheduled-failure/action.yml index 07b28c752..0b2ea0849 100644 --- a/.github/actions/report-scheduled-failure/action.yml +++ b/.github/actions/report-scheduled-failure/action.yml @@ -10,7 +10,7 @@ runs: using: composite steps: - name: Report failure of a scheduled run - uses: slackapi/slack-github-action@v2.1.1 + uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1 with: webhook: ${{ inputs.slack-webhook }} webhook-type: incoming-webhook