From e33a08aa7babf026d78d1f7c505032e27db9bb2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 10:30:10 +0200 Subject: [PATCH] chore(deps): bump tsickert/discord-webhook from 5.4.0 to 5.5.0 (#108) 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](https://github.com/tsickert/discord-webhook/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/discord-webhook.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/discord-webhook.yml b/.github/workflows/discord-webhook.yml index f3158b2..71155b6 100644 --- a/.github/workflows/discord-webhook.yml +++ b/.github/workflows/discord-webhook.yml @@ -45,7 +45,7 @@ jobs: runs-on: ubuntu-latest steps: - name: New Discussion - uses: tsickert/discord-webhook@v5.4.0 + uses: tsickert/discord-webhook@v5.5.0 if: ${{ (inputs.event_name == 'discussion') }} with: webhook-url: ${{ secrets.env_discord }} @@ -59,7 +59,7 @@ jobs: embed-color: 16305330 - name: New Issue - uses: tsickert/discord-webhook@v5.4.0 + uses: tsickert/discord-webhook@v5.5.0 if: ${{ (inputs.event_name == 'issues') }} with: webhook-url: ${{ secrets.env_discord }} @@ -73,7 +73,7 @@ jobs: embed-color: 14023876 - name: New Pull Request - uses: tsickert/discord-webhook@v5.4.0 + uses: tsickert/discord-webhook@v5.5.0 if: ${{ (inputs.event_name == 'pull_request_target') }} with: webhook-url: ${{ secrets.env_discord }}