From ac7bbb2d7d4a87931d08f170cc4c78f225a66a8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 19:48:56 +0000 Subject: [PATCH] chore(deps): bump slackapi/slack-github-action Bumps the github-action-dependencies group with 1 update: [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action). Updates `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 dependency-group: github-action-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy_git_tag.yml | 4 ++-- .github/workflows/deploy_pubspec.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy_git_tag.yml b/.github/workflows/deploy_git_tag.yml index 8491f87..dc0e2b1 100644 --- a/.github/workflows/deploy_git_tag.yml +++ b/.github/workflows/deploy_git_tag.yml @@ -42,7 +42,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Notify team of git tag being created - uses: slackapi/slack-github-action@v1.25.0 + uses: slackapi/slack-github-action@v1.26.0 if: steps.semantic-release.outputs.new_release_published == 'true' with: # Use block kit to format the Slack message: https://app.slack.com/block-kit-builder @@ -85,7 +85,7 @@ jobs: environment: production - name: Notify team of failure - uses: slackapi/slack-github-action@v1.25.0 + uses: slackapi/slack-github-action@v1.26.0 if: ${{ failure() }} # only run this if any previous step failed with: # Use block kit to format the Slack message: https://app.slack.com/block-kit-builder diff --git a/.github/workflows/deploy_pubspec.yml b/.github/workflows/deploy_pubspec.yml index 80a9bbf..d8482dc 100644 --- a/.github/workflows/deploy_pubspec.yml +++ b/.github/workflows/deploy_pubspec.yml @@ -16,7 +16,7 @@ jobs: credentialJson: ${{ secrets.CREDENTIAL_JSON }} flutter: true - name: Notify team of successful deployment - uses: slackapi/slack-github-action@v1.25.0 + uses: slackapi/slack-github-action@v1.26.0 if: ${{ success() }} with: # Use block kit to format the Slack message: https://app.slack.com/block-kit-builder @@ -51,7 +51,7 @@ jobs: SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK - name: Notify team of failure - uses: slackapi/slack-github-action@v1.25.0 + uses: slackapi/slack-github-action@v1.26.0 if: ${{ failure() }} # only run this if any previous step failed with: # Use block kit to format the Slack message: https://app.slack.com/block-kit-builder