Skip to content

Commit ddc4f97

Browse files
Bump tsickert/discord-webhook from 5.4.0 to 6.0.0 (#24)
Bumps [tsickert/discord-webhook](https://github.com/tsickert/discord-webhook) from 5.4.0 to 6.0.0. - [Release notes](https://github.com/tsickert/discord-webhook/releases) - [Commits](tsickert/discord-webhook@v5.4.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dcc2c52 commit ddc4f97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ jobs:
257257
echo '' >> $GITHUB_ENV
258258
echo 'EOF' >> $GITHUB_ENV
259259
- name: Discord Webhook Action
260-
uses: tsickert/discord-webhook@v5.4.0
260+
uses: tsickert/discord-webhook@v6.0.0
261261
if: ${{ github.event.inputs.stable == 'true' || github.ref == 'refs/heads/main' }}
262262
with:
263263
webhook-url: ${{ secrets.WEBHOOK_URL }}
@@ -269,7 +269,7 @@ jobs:
269269
Download it here: https://docs.qeck.linwood.dev/downloads
270270
https://github.com/LinwoodDev/qeck/releases/tag/v${{ env.QECK_VERSION }}
271271
- name: Discord Webhook Action
272-
uses: tsickert/discord-webhook@v5.4.0
272+
uses: tsickert/discord-webhook@v6.0.0
273273
if: ${{ github.event.inputs.stable == 'false' && github.ref == 'refs/heads/develop' }}
274274
with:
275275
webhook-url: ${{ secrets.WEBHOOK_URL }}

0 commit comments

Comments
 (0)