Skip to content

Commit 0ebe708

Browse files
chore(deps): update dependency workflow-notification to v4
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5c17417 commit 0ebe708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ jobs:
442442
uses: technote-space/workflow-conclusion-action@45ce8e0eb155657ab8ccf346ade734257fd196a5 #v3.0.3
443443

444444
- name: Post Slack notification
445-
uses: Kong/public-shared-actions/slack-actions/workflow-notification@v2
445+
uses: Kong/public-shared-actions/slack-actions/workflow-notification@a18abf762d6e2444bcbfd20de70451ea1e3bc1b1 # v4.0.1
446446
with:
447447
slack-webhook-url: ${{ env.WORKFLOW_CONCLUSION == 'failure' && secrets.SLACK_WEBHOOK_URL_ALERT || secrets.SLACK_WEBHOOK_URL_NOTIFY }}
448448
status: ${{ env.WORKFLOW_CONCLUSION == 'failure' && 'failure' || 'success' }}

0 commit comments

Comments
 (0)