Skip to content

Commit 025ebd0

Browse files
Update rtCamp/action-slack-notify action to v2.3.0
1 parent 86ccf88 commit 025ebd0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/maven-library-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Mattermost Notification
5252
if: always()
53-
uses: rtCamp/action-slack-notify@v2.2.0
53+
uses: rtCamp/action-slack-notify@v2.3.0
5454
env:
5555
SLACK_USERNAME: ${{ github.event.repository.name }}
5656
SLACK_WEBHOOK: ${{ secrets.mm-webhook-url }}

.github/workflows/maven-service-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Mattermost Notification
5555
if: always()
56-
uses: rtCamp/action-slack-notify@v2.2.0
56+
uses: rtCamp/action-slack-notify@v2.3.0
5757
env:
5858
SLACK_USERNAME: ${{ github.event.repository.name }}
5959
SLACK_WEBHOOK: ${{ secrets.mm-webhook-url }}

.github/workflows/maven-swag-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
if: success()
134134
steps:
135135
- name: Mattermost Notification
136-
uses: rtCamp/action-slack-notify@v2.2.0
136+
uses: rtCamp/action-slack-notify@v2.3.0
137137
env:
138138
SLACK_USERNAME: ${{ github.event.repository.name }}
139139
SLACK_WEBHOOK: ${{ secrets.mm-webhook-url }}
@@ -147,7 +147,7 @@ jobs:
147147
if: failure()
148148
steps:
149149
- name: Mattermost Notification
150-
uses: rtCamp/action-slack-notify@v2.2.0
150+
uses: rtCamp/action-slack-notify@v2.3.0
151151
env:
152152
SLACK_USERNAME: ${{ github.event.repository.name }}
153153
SLACK_WEBHOOK: ${{ secrets.mm-webhook-url }}

.github/workflows/maven-thrift-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
needs: [deploy]
5656
steps:
5757
- name: Mattermost Notification
58-
uses: rtCamp/action-slack-notify@v2.2.0
58+
uses: rtCamp/action-slack-notify@v2.3.0
5959
env:
6060
SLACK_USERNAME: ${{ github.event.repository.name }}
6161
SLACK_WEBHOOK: ${{ secrets.mm-webhook-url }}

0 commit comments

Comments
 (0)