From f29c71a7a075cc7fd88706575fd374682acb2bdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 00:36:31 +0000 Subject: [PATCH] gha: bump appleboy/telegram-action in the github-actions group Bumps the github-actions group with 1 update: [appleboy/telegram-action](https://github.com/appleboy/telegram-action). Updates `appleboy/telegram-action` from 0.1.1 to 1.0.0 - [Release notes](https://github.com/appleboy/telegram-action/releases) - [Commits](https://github.com/appleboy/telegram-action/compare/v0.1.1...v1.0.0) --- updated-dependencies: - dependency-name: appleboy/telegram-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index aa0c22fcf..93a30cca7 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -91,7 +91,7 @@ jobs: - name: Notify via Telegram if: always() && steps.prepare.outcome == 'success' && github.event_name == 'schedule' - uses: appleboy/telegram-action@v0.1.1 + uses: appleboy/telegram-action@v1.0.0 with: to: ${{ secrets.TELEGRAM_TO }} token: ${{ secrets.TELEGRAM_TOKEN }} @@ -150,7 +150,7 @@ jobs: - name: Notify via Telegram if: always() && steps.prepare.outcome == 'success' && github.event_name == 'schedule' - uses: appleboy/telegram-action@v0.1.1 + uses: appleboy/telegram-action@v1.0.0 with: to: ${{ secrets.TELEGRAM_TO }} token: ${{ secrets.TELEGRAM_TOKEN }}