From 9a515d68757881a3fcaba6510e7b336992f012c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 22:57:29 +0000 Subject: [PATCH] chore(devdeps): update slackapi/slack-github-action action to v2.1.1 --- .github/actions/publish-release/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/publish-release/action.yml b/.github/actions/publish-release/action.yml index 2dc6e339d2..1bd9781f43 100644 --- a/.github/actions/publish-release/action.yml +++ b/.github/actions/publish-release/action.yml @@ -21,7 +21,7 @@ runs: echo "EOF" >> $GITHUB_OUTPUT - name: Send to Slack Workflow - uses: slackapi/slack-github-action@v2.0.0 + uses: slackapi/slack-github-action@v2.1.1 with: webhook: ${{ inputs.slackWebhook }} webhook-type: webhook-trigger