From a5d85f1b628f133331859209a2b7d9a01b4e98dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 21:15:09 +0000 Subject: [PATCH] chore(deps): bump mattermost/action-mattermost-notify Bumps [mattermost/action-mattermost-notify](https://github.com/mattermost/action-mattermost-notify) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/mattermost/action-mattermost-notify/releases) - [Commits](https://github.com/mattermost/action-mattermost-notify/compare/2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: mattermost/action-mattermost-notify dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 17fcc444..992f0fd3 100644 --- a/.github/workflows/mattermost.yml +++ b/.github/workflows/mattermost.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.actor != 'dependabot[bot]' }} steps: - - uses: mattermost/action-mattermost-notify@2.0.0 + - uses: mattermost/action-mattermost-notify@v2.1.0 with: MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK_URL }} TEXT: "Pull request opened: [${{ github.event.pull_request.title }}](${{ github.event.pull_request.html_url }})"