From 5962e07265407e8c70c95dd20a917ff1b12aa712 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 10:30:00 +0100 Subject: [PATCH] chore: Bump slackapi/slack-github-action from 1.25.0 to 1.26.0 (#53) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/cron.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cron.yaml b/.github/workflows/cron.yaml index b51d58e..e56314e 100644 --- a/.github/workflows/cron.yaml +++ b/.github/workflows/cron.yaml @@ -20,7 +20,7 @@ jobs: - run: aws sts get-caller-identity - if: ${{ failure() }} name: Send a notification to Slack - uses: slackapi/slack-github-action@v1.25.0 + uses: slackapi/slack-github-action@v1.26.0 env: SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}