From f374dbd48c4cceeb732003b1fcffcd01c7ae9e18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 23:37:59 -0800 Subject: [PATCH] Bump slackapi/slack-github-action from 1.27.0 to 2.0.0 (#133) Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1.27.0 to 2.0.0. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](https://github.com/slackapi/slack-github-action/compare/v1.27.0...v2.0.0) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 dbebb51..91d2765 100644 --- a/.github/workflows/fly.yml +++ b/.github/workflows/fly.yml @@ -73,7 +73,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.27.0 + uses: slackapi/slack-github-action@v2.0.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 df0120d..720f061 100644 --- a/.github/workflows/update-db.yaml +++ b/.github/workflows/update-db.yaml @@ -62,7 +62,7 @@ jobs: - name: Notify Slack on Failure if: failure() && (github.event_name == 'workflow_dispatch' || github.event_name == 'schedule') - uses: slackapi/slack-github-action@v1.27.0 + uses: slackapi/slack-github-action@v2.0.0 env: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} with: