From 5fd30fe38f7d60e30776669b6eaba4ae28c27128 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 05:56:42 +0000 Subject: [PATCH] Bump slackapi/slack-github-action from 1.25.0 to 1.26.0 Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1.25.0 to 1.26.0. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](https://github.com/slackapi/slack-github-action/compare/v1.25.0...v1.26.0) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/fly.yml | 2 +- .github/workflows/update-db.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fly.yml b/.github/workflows/fly.yml index 77d2505..3a45aca 100644 --- a/.github/workflows/fly.yml +++ b/.github/workflows/fly.yml @@ -65,7 +65,7 @@ jobs: - name: Notify Slack on Failure if: failure() && (github.ref == 'refs/heads/main' || github.event_name == 'workflow_dispatch') - uses: slackapi/slack-github-action@v1.25.0 + uses: slackapi/slack-github-action@v1.26.0 env: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} with: diff --git a/.github/workflows/update-db.yaml b/.github/workflows/update-db.yaml index d21cdbe..76a8c16 100644 --- a/.github/workflows/update-db.yaml +++ b/.github/workflows/update-db.yaml @@ -53,7 +53,7 @@ jobs: - name: Notify Slack on Failure if: failure() && (github.event_name == 'workflow_dispatch' || github.event_name == 'schedule') - uses: slackapi/slack-github-action@v1.25.0 + uses: slackapi/slack-github-action@v1.26.0 env: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} with: