Skip to content

Commit 607c25d

Browse files
authored
chore: update mattermost action version to 2.0.0 (#DS-3847) (#858)
1 parent f338cb0 commit 607c25d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-notify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: Notification
1414
if: ${{ github.actor != 'dependabot[bot]' }}
15-
uses: mattermost/action-mattermost-notify@master
15+
uses: mattermost/action-mattermost-notify@2.0.0
1616
env:
1717
PR_URL: https://github.com/${{ github.repository }}/pull/${{ github.event.number }}
1818
with:
@@ -23,7 +23,7 @@ jobs:
2323
[${{ github.repository }}] | [${{ github.event.pull_request.title }} #${{ github.event.number }}](${{ env.PR_URL }}) was created by ${{ github.actor }}
2424
2525
- name: Notification to BotChannel
26-
uses: mattermost/action-mattermost-notify@master
26+
uses: mattermost/action-mattermost-notify@2.0.0
2727
env:
2828
PR_URL: https://github.com/${{ github.repository }}/pull/${{ github.event.number }}
2929
with:

0 commit comments

Comments
 (0)