From 85c3d5e9e710e808b830ac5c7810fde12787349a Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Tue, 11 Jun 2024 15:51:15 -0500 Subject: [PATCH] chore: update github actions [no ci] --- .github/workflows/failureNotifications.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/failureNotifications.yml b/.github/workflows/failureNotifications.yml index 319ed492..bcd525b8 100644 --- a/.github/workflows/failureNotifications.yml +++ b/.github/workflows/failureNotifications.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Announce Failure id: slack - uses: slackapi/slack-github-action@v1.24.0 + uses: slackapi/slack-github-action@v1.26.0 env: # for non-CLI-team-owned plugins, you can send this anywhere you like SLACK_WEBHOOK_URL: ${{ secrets.CLI_ALERTS_SLACK_WEBHOOK }}