From ced2dda81ffacf8edd6e54077144300ae906b08d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 06:08:09 +0000 Subject: [PATCH] Bump slackapi/slack-github-action from 3.0.1 to 3.0.2 Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Changelog](https://github.com/slackapi/slack-github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/slackapi/slack-github-action/compare/v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 241c6a0..f30f0c7 100644 --- a/.github/workflows/fly.yml +++ b/.github/workflows/fly.yml @@ -90,7 +90,7 @@ jobs: flyctl deploy --remote-only --config fly.prod.toml - name: Notify Slack on Failure if: failure() - uses: slackapi/slack-github-action@v3.0.1 + uses: slackapi/slack-github-action@v3.0.2 with: method: chat.postMessage token: ${{ secrets.SLACK_BOT_TOKEN }} diff --git a/.github/workflows/update-db.yaml b/.github/workflows/update-db.yaml index 6c43b85..ba975cf 100644 --- a/.github/workflows/update-db.yaml +++ b/.github/workflows/update-db.yaml @@ -56,7 +56,7 @@ jobs: - name: Notify Slack on Failure if: failure() && (github.event_name == 'workflow_dispatch' || github.event_name == 'schedule') - uses: slackapi/slack-github-action@v3.0.1 + uses: slackapi/slack-github-action@v3.0.2 with: method: chat.postMessage token: ${{ secrets.SLACK_BOT_TOKEN }}