From b2c638c11b86525ac1bff06611fc7a522e72ef4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 03:08:11 +0000 Subject: [PATCH] chore(deps)(deps): bump appleboy/telegram-action from 1.0.1 to 1.1.1 Bumps [appleboy/telegram-action](https://github.com/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/v1.0.1...v1.1.1) --- updated-dependencies: - dependency-name: appleboy/telegram-action dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2b1a1dc..00d157fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -513,7 +513,7 @@ jobs: - name: Notify Telegram if: ${{ env.TELEGRAM_TO != '' && env.TELEGRAM_TOKEN != '' }} - uses: appleboy/telegram-action@v1.0.1 + uses: appleboy/telegram-action@v1.1.1 with: to: ${{ secrets.TELEGRAM_TO }} token: ${{ secrets.TELEGRAM_TOKEN }}