Skip to content

Commit a7aab14

Browse files
SWI-7167 - Upgrading Bandwidth/build-notify-slack-action to v2
1 parent 2df09fc commit a7aab14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
gem build *.gemspec
7070
gem push *.gem
7171
72-
- uses: Bandwidth/build-notify-slack-action@v1.0.0
72+
- uses: Bandwidth/build-notify-slack-action@v2
7373
if: always()
7474
with:
7575
job-status: ${{ job.status }}

.github/workflows/test-smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
runs-on: ubuntu-latest
8888
steps:
8989
- name: Notify Slack of Failures
90-
uses: Bandwidth/build-notify-slack-action@v2.0.0
90+
uses: Bandwidth/build-notify-slack-action@v2
9191
with:
9292
job-status: failure
9393
slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}

0 commit comments

Comments
 (0)