From 78bc3061cbbdd04a00b62cbccd977d2eb57dc373 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Mar 2025 15:39:59 +0000 Subject: [PATCH] chore(deps): bump mattermost/action-mattermost-notify Bumps [mattermost/action-mattermost-notify](https://github.com/mattermost/action-mattermost-notify) from 1.1.0 to 2.0.0. - [Release notes](https://github.com/mattermost/action-mattermost-notify/releases) - [Commits](https://github.com/mattermost/action-mattermost-notify/compare/1.1.0...2.0.0) --- updated-dependencies: - dependency-name: mattermost/action-mattermost-notify dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/mattermost.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}