From f333eaa7fcfacca5bd3c9c0d0a003ae656515e73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 19:10:08 +0000 Subject: [PATCH] chore(deps): bump the github-action-dependencies group with 1 update 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.24.0 to 1.25.0 - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](https://github.com/slackapi/slack-github-action/compare/v1.24.0...v1.25.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 fe23d63..8491f87 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.24.0 + uses: slackapi/slack-github-action@v1.25.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.24.0 + uses: slackapi/slack-github-action@v1.25.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 ce99751..80a9bbf 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.24.0 + uses: slackapi/slack-github-action@v1.25.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.24.0 + uses: slackapi/slack-github-action@v1.25.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