Skip to content

Commit a0903fe

Browse files
Bump tsickert/discord-webhook from 5.5.0 to 6.0.0
Bumps [tsickert/discord-webhook](https://github.com/tsickert/discord-webhook) from 5.5.0 to 6.0.0. - [Release notes](https://github.com/tsickert/discord-webhook/releases) - [Commits](tsickert/discord-webhook@v5.5.0...v6.0.0) --- updated-dependencies: - dependency-name: tsickert/discord-webhook dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0946878 commit a0903fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/discord-release-notification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Discord Webhook Action
11-
uses: tsickert/discord-webhook@v5.5.0
11+
uses: tsickert/discord-webhook@v6.0.0
1212
with:
1313
webhook-url: ${{ secrets.WEBHOOK_URL }}
1414
content: "# Released Version ${{ github.event.release.name }} \n\n\n${{ github.event.release.body }}"

0 commit comments

Comments
 (0)