From 492b84131fa91334a4fc79d5edb65b1c1a78fb80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 03:09:26 +0000 Subject: [PATCH] chore(deps)(deps): bump appleboy/telegram-action from 1.0.1 to 1.0.2 Bumps [appleboy/telegram-action](https://github.com/appleboy/telegram-action) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/appleboy/telegram-action/releases) - [Commits](https://github.com/appleboy/telegram-action/compare/221e6b684967abe813051ee4a37dd61770a83ad3...d600df785afe8648bc23cbcf4495d9d30075dcba) --- updated-dependencies: - dependency-name: appleboy/telegram-action dependency-version: 1.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 4cc468c..df383c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -456,7 +456,7 @@ jobs: - name: Notify Telegram if: ${{ env.TELEGRAM_TO != '' && env.TELEGRAM_TOKEN != '' }} - uses: appleboy/telegram-action@221e6b684967abe813051ee4a37dd61770a83ad3 # v1.0.1 + uses: appleboy/telegram-action@d600df785afe8648bc23cbcf4495d9d30075dcba # v1.0.2 with: to: ${{ secrets.TELEGRAM_TO }} token: ${{ secrets.TELEGRAM_TOKEN }}