Skip to content

Commit e7c8899

Browse files
Bump tsickert/discord-webhook from 6.0.0 to 7.0.0 (#84)
Bumps [tsickert/discord-webhook](https://github.com/tsickert/discord-webhook) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/tsickert/discord-webhook/releases) - [Commits](tsickert/discord-webhook@v6.0.0...v7.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 9ced725 commit e7c8899

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
echo '' >> $GITHUB_ENV
232232
echo 'EOF' >> $GITHUB_ENV
233233
- name: Discord Webhook Action
234-
uses: tsickert/discord-webhook@v6.0.0
234+
uses: tsickert/discord-webhook@v7.0.0
235235
if: ${{ github.event.inputs.stable == 'true' || github.ref == 'refs/heads/main' }}
236236
with:
237237
webhook-url: ${{ secrets.WEBHOOK_URL }}
@@ -243,7 +243,7 @@ jobs:
243243
Download it here: https://flow.linwood.dev/downloads
244244
https://github.com/LinwoodDev/flow/releases/tag/v${{ env.FLOW_VERSION }}
245245
- name: Discord Webhook Action
246-
uses: tsickert/discord-webhook@v6.0.0
246+
uses: tsickert/discord-webhook@v7.0.0
247247
if: ${{ github.event.inputs.stable == 'false' && github.ref == 'refs/heads/develop' }}
248248
with:
249249
webhook-url: ${{ secrets.WEBHOOK_URL }}

0 commit comments

Comments
 (0)