Skip to content

Commit d1300ab

Browse files
chore: update Discord webhook action to version 7.0.0
1 parent 8f93334 commit d1300ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/community-release-notifier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
# Discord notification
101101
# ────────────────────────────────────────────────
102102
- name: Discord Webhook (Publishing)
103-
uses: tsickert/discord-webhook@c840d45a03a323fbc3f7507ac7769dbd91bfb164 # v5.3.0
103+
uses: tsickert/discord-webhook@b217a69502f52803de774ded2b1ab7c282e99645 # v7.0.0
104104
with:
105105
webhook-url: ${{ secrets.DISCORD_WEBHOOK_RELEASE_NOTES }}
106106
content: ${{ steps.truncate-discord.outputs.string }}

0 commit comments

Comments
 (0)