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