Skip to content

Commit

Permalink
Bump tsickert/discord-webhook from 5.4.0 to 5.5.0
Browse files Browse the repository at this point in the history
Bumps [tsickert/discord-webhook](https://github.com/tsickert/discord-webhook) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/tsickert/discord-webhook/releases)
- [Commits](tsickert/discord-webhook@v5.4.0...v5.5.0)

---
updated-dependencies:
- dependency-name: tsickert/discord-webhook
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Apr 1, 2024
1 parent dcc2c52 commit 303a984
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ jobs:
echo '' >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
- name: Discord Webhook Action
uses: tsickert/discord-webhook@v5.4.0
uses: tsickert/discord-webhook@v5.5.0
if: ${{ github.event.inputs.stable == 'true' || github.ref == 'refs/heads/main' }}
with:
webhook-url: ${{ secrets.WEBHOOK_URL }}
Expand All @@ -269,7 +269,7 @@ jobs:
Download it here: https://docs.qeck.linwood.dev/downloads
https://github.com/LinwoodDev/qeck/releases/tag/v${{ env.QECK_VERSION }}
- name: Discord Webhook Action
uses: tsickert/discord-webhook@v5.4.0
uses: tsickert/discord-webhook@v5.5.0
if: ${{ github.event.inputs.stable == 'false' && github.ref == 'refs/heads/develop' }}
with:
webhook-url: ${{ secrets.WEBHOOK_URL }}
Expand Down

0 comments on commit 303a984

Please sign in to comment.