From debd45a433e6ad143f762ad562811197eaee59ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 08:14:06 +0000 Subject: [PATCH] build: bump appleboy/discord-action from 1.0.0 to 1.1.0 Bumps [appleboy/discord-action](https://github.com/appleboy/discord-action) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/appleboy/discord-action/releases) - [Changelog](https://github.com/appleboy/discord-action/blob/master/.goreleaser.yaml) - [Commits](https://github.com/appleboy/discord-action/compare/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: appleboy/discord-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 1f719d4..29879fd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: echo "RELEASE_ADDR=https://github.com/${{ github.repository }}/releases/tag/${{ github.ref_name }}" >> $GITHUB_ENV - name: Notify - uses: appleboy/discord-action@v1.0.0 + uses: appleboy/discord-action@v1.1.0 with: webhook_id: ${{ secrets.DISCORD_WEBHOOK_ID }} webhook_token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}