diff --git a/.github/workflows/mattermost.yml b/.github/workflows/mattermost.yml index 81575cbb..f854ae01 100644 --- a/.github/workflows/mattermost.yml +++ b/.github/workflows/mattermost.yml @@ -14,6 +14,6 @@ jobs: run: > jq -n --arg t "Pull request opened: [${TITLE}](${HTML_LINK})" '{text: $t}' > mattermost.json - - uses: mattermost/action-mattermost-notify@1.1.0 + - uses: mattermost/action-mattermost-notify@2.0.0 env: MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK_URL }}