From 85fdacd49ec6ad8b1edb69e77bf7d84fdf07890e Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Tue, 19 May 2026 12:30:53 -0700 Subject: [PATCH] Upgrade action-mattermost-notify action to use node 24 --- .github/workflows/notify_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notify_release.yml b/.github/workflows/notify_release.yml index 9ca930207..95b83d480 100644 --- a/.github/workflows/notify_release.yml +++ b/.github/workflows/notify_release.yml @@ -34,7 +34,7 @@ jobs: echo "$MESSAGE" >> $GITHUB_OUTPUT echo "EOF" >> $GITHUB_OUTPUT - name: Send to mattermost - uses: mattermost/action-mattermost-notify@b7d118e440bf2749cd18a4a8c88e7092e696257a + uses: mattermost/action-mattermost-notify@ae31bb6f9e26a54336e79696f108a2c91cf55b4e with: MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_PUBLIC_CERTBOT_CHANNEL_WEBHOOK }} TEXT: "${{ steps.message.outputs.result }}"