From 7143862d2af4e22a3ce7ccce5dfb201459866fbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 14:08:45 +0000 Subject: [PATCH] build: bump appleboy/discord-action from 0.0.3 to 1.0.0 Bumps [appleboy/discord-action](https://github.com/appleboy/discord-action) from 0.0.3 to 1.0.0. - [Release notes](https://github.com/appleboy/discord-action/releases) - [Commits](https://github.com/appleboy/discord-action/compare/0.0.3...v1.0.0) --- updated-dependencies: - dependency-name: appleboy/discord-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 99ac4e7..08bd8ab 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -79,7 +79,7 @@ jobs: steps: - name: Notify on success if: needs.lint.result == 'success' && needs.test.result == 'success' && needs.release.result == 'success' - uses: appleboy/discord-action@0.0.3 + uses: appleboy/discord-action@v1.0.0 with: webhook_id: ${{ secrets.DISCORD_WEBHOOK_ID }} webhook_token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }} @@ -91,7 +91,7 @@ jobs: - name: Notify on failure if: needs.lint.result == 'failure' || needs.test.result == 'failure' || needs.release.result == 'failure' - uses: appleboy/discord-action@0.0.3 + uses: appleboy/discord-action@v1.0.0 with: webhook_id: ${{ secrets.DISCORD_WEBHOOK_ID }} webhook_token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}