From 68e42f6b8aec71b378632a474d4aef8e38e44cda Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 07:39:58 +0000 Subject: [PATCH] chore(deps): update slackapi/slack-github-action action to v3.0.5 --- .github/workflows/remove-stale-branches.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/remove-stale-branches.yml b/.github/workflows/remove-stale-branches.yml index 27fcf92..89ac9db 100644 --- a/.github/workflows/remove-stale-branches.yml +++ b/.github/workflows/remove-stale-branches.yml @@ -36,7 +36,7 @@ jobs: - name: Send slack message with branches that can be deleted if: steps.deleted_branches.outputs.deleted_branches != '[]' - uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3 + uses: slackapi/slack-github-action@0d95c9a7becc1e6e297d76df9bc735c44f4cbcbc # v3.0.5 with: webhook-type: incoming-webhook webhook: ${{ secrets.SLACK_WEBHOOK_URL }}