From 84d0c08178a3acbe553955068a46731a94ed90ad Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Tue, 11 Jun 2024 17:03:29 -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 2fe2fb8e13..5e7225b752 100644 --- a/.github/workflows/failureNotifications.yml +++ b/.github/workflows/failureNotifications.yml @@ -12,7 +12,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 }}