From e1f3538321862dfa70d856a5a2442ee19b6a2ba1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 20:11:04 +0000 Subject: [PATCH] build(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 888d2c746..c02754ede 100644 --- a/.github/workflows/mattermost.yml +++ b/.github/workflows/mattermost.yml @@ -13,6 +13,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 }}