From 9a168b40bc615fc93a5bd281ce05975bfd7f4bc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 06:41:50 +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 1.0.0 to 1.0.1 - [Release notes](https://github.com/appleboy/telegram-action/releases) - [Changelog](https://github.com/appleboy/telegram-action/blob/master/.goreleaser.yaml) - [Commits](https://github.com/appleboy/telegram-action/compare/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: appleboy/telegram-action dependency-type: direct:production update-type: version-update:semver-patch 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 1f12f7a0b..0ff197d01 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' && inputs.tx_project == 'python-newest' - uses: appleboy/telegram-action@v1.0.0 + uses: appleboy/telegram-action@v1.0.1 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' && inputs.tx_project == 'python-newest' - uses: appleboy/telegram-action@v1.0.0 + uses: appleboy/telegram-action@v1.0.1 with: to: ${{ secrets.TELEGRAM_TO }} token: ${{ secrets.TELEGRAM_TOKEN }}