From 8f9d355cd84a812576647fd5c366c5be490743e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 01:16:31 +0000 Subject: [PATCH] Bump tsickert/discord-webhook from 6.0.0 to 7.0.0 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](https://github.com/tsickert/discord-webhook/compare/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] --- .github/workflows/_announce-latest-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_announce-latest-build.yml b/.github/workflows/_announce-latest-build.yml index 4a629d54..706f2482 100644 --- a/.github/workflows/_announce-latest-build.yml +++ b/.github/workflows/_announce-latest-build.yml @@ -92,7 +92,7 @@ jobs: run: echo "buildTimestamp=$(date --iso-8601=seconds)" >> $GITHUB_OUTPUT - name: Announce Release - uses: tsickert/discord-webhook@v6.0.0 + uses: tsickert/discord-webhook@v7.0.0 with: webhook-url: ${{ secrets.DISCORD_NIGHTLY_WEBHOOK }} avatar-url: "https://compactmods.dev/personal-shrinking-device.png"