From 5991b9028e883bfe6a906de70fbbea029c0c65c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 00:45:20 +0000 Subject: [PATCH] ci(deps): bump rjstone/discord-webhook-notify from 1 to 2 Bumps [rjstone/discord-webhook-notify](https://github.com/rjstone/discord-webhook-notify) from 1 to 2. - [Release notes](https://github.com/rjstone/discord-webhook-notify/releases) - [Commits](https://github.com/rjstone/discord-webhook-notify/compare/v1...v2) --- updated-dependencies: - dependency-name: rjstone/discord-webhook-notify dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a91d7945..cba4105a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -98,7 +98,7 @@ jobs: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} - name: Notify success - uses: rjstone/discord-webhook-notify@v1 + uses: rjstone/discord-webhook-notify@v2 if: success() with: severity: info