From 4b6c8c982f0dcc5d44d376404aa1c5e61826afdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 05:42:52 +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.1 to 1.1.1 - [Release notes](https://github.com/appleboy/telegram-action/releases) - [Commits](https://github.com/appleboy/telegram-action/compare/221e6b684967abe813051ee4a37dd61770a83ad3...214f06cfa3d3a588c1472116889437e7c6fd29b1) --- updated-dependencies: - dependency-name: appleboy/telegram-action dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-minor 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 06ae6521d..687c19ab8 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -94,7 +94,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@221e6b684967abe813051ee4a37dd61770a83ad3 # v1.0.1 + uses: appleboy/telegram-action@214f06cfa3d3a588c1472116889437e7c6fd29b1 # v1.1.1 with: to: ${{ secrets.telegram_to }} token: ${{ secrets.telegram_token }} @@ -178,7 +178,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@221e6b684967abe813051ee4a37dd61770a83ad3 # v1.0.1 + uses: appleboy/telegram-action@214f06cfa3d3a588c1472116889437e7c6fd29b1 # v1.1.1 with: to: ${{ secrets.telegram_to }} token: ${{ secrets.telegram_token }}