Skip to content

Commit

Permalink
Bump wearerequired/slack-messaging-action from 2.0.2 to 3.0.0 (#45)
Browse files Browse the repository at this point in the history
Bumps [wearerequired/slack-messaging-action](https://github.com/wearerequired/slack-messaging-action) from 2.0.2 to 3.0.0.
- [Release notes](https://github.com/wearerequired/slack-messaging-action/releases)
- [Commits](wearerequired/slack-messaging-action@27b8384...b8d3416)

---
updated-dependencies:
- dependency-name: wearerequired/slack-messaging-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 3, 2024
1 parent 262f067 commit bf1caf9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Send init Slack notification
id: slack
uses: wearerequired/slack-messaging-action@27b8384cb9ffad7232beb8a4ecdfbb47a19efebf # v2.0.2
uses: wearerequired/slack-messaging-action@b8d341605efb42cb7ca093a88faaffee59176928 # v3.0.0
with:
bot_token: ${{ secrets.SLACK_BOT_TOKEN }}
channel: ${{ secrets.SLACK_CHANNEL }}
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
run: echo "TIMESTAMP=$(date +'%s')" >> $GITHUB_ENV

- name: Send start Slack notification
uses: wearerequired/slack-messaging-action@27b8384cb9ffad7232beb8a4ecdfbb47a19efebf # v2.0.2
uses: wearerequired/slack-messaging-action@b8d341605efb42cb7ca093a88faaffee59176928 # v3.0.0
with:
bot_token: ${{ secrets.SLACK_BOT_TOKEN }}
channel: ${{ secrets.SLACK_CHANNEL }}
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:

- name: Send success Slack notification
if: ${{ success() }}
uses: wearerequired/slack-messaging-action@27b8384cb9ffad7232beb8a4ecdfbb47a19efebf # v2.0.2
uses: wearerequired/slack-messaging-action@b8d341605efb42cb7ca093a88faaffee59176928 # v3.0.0
with:
bot_token: ${{ secrets.SLACK_BOT_TOKEN }}
channel: ${{ secrets.SLACK_CHANNEL }}
Expand Down Expand Up @@ -236,7 +236,7 @@ jobs:
- name: Send failure Slack notification
if: ${{ failure() }}
uses: wearerequired/slack-messaging-action@27b8384cb9ffad7232beb8a4ecdfbb47a19efebf # v2.0.2
uses: wearerequired/slack-messaging-action@b8d341605efb42cb7ca093a88faaffee59176928 # v3.0.0
with:
bot_token: ${{ secrets.SLACK_BOT_TOKEN }}
channel: ${{ secrets.SLACK_CHANNEL }}
Expand Down Expand Up @@ -279,7 +279,7 @@ jobs:
- name: Send cancelled Slack notification
if: ${{ cancelled() }}
uses: wearerequired/slack-messaging-action@27b8384cb9ffad7232beb8a4ecdfbb47a19efebf # v2.0.2
uses: wearerequired/slack-messaging-action@b8d341605efb42cb7ca093a88faaffee59176928 # v3.0.0
with:
bot_token: ${{ secrets.SLACK_BOT_TOKEN }}
channel: ${{ secrets.SLACK_CHANNEL }}
Expand Down

0 comments on commit bf1caf9

Please sign in to comment.