From b462c8d6fc92361bd118f5fffd90c68390d94849 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 10:37:56 +0000 Subject: [PATCH] Bump appleboy/telegram-action from 1.0.0 to 1.0.1 (#128) --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index bc7fbd8..f06deef 100644 --- a/action.yml +++ b/action.yml @@ -143,7 +143,7 @@ runs: env.escapedmsg != '' && inputs.telegram-to != '' && inputs.telegram-token != '' - uses: appleboy/telegram-action@v1.0.0 + uses: appleboy/telegram-action@v1.0.1 with: to: ${{ inputs.telegram-to }} token: ${{ inputs.telegram-token }} @@ -155,7 +155,7 @@ runs: env.graphpath != '' && inputs.telegram-to != '' && inputs.telegram-token != '' - uses: appleboy/telegram-action@v1.0.0 + uses: appleboy/telegram-action@v1.0.1 with: to: ${{ inputs.telegram-to }} token: ${{ inputs.telegram-token }}