From 8609b3fc2fd716ec3ae1e911e2f1ab5fdecd7891 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Sun, 19 Jun 2022 23:15:52 -0400 Subject: [PATCH] ci: update test telegram workflow [skip ci] --- .github/workflows/telegram.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/telegram.yml b/.github/workflows/telegram.yml index e7463e5b..86b87be3 100644 --- a/.github/workflows/telegram.yml +++ b/.github/workflows/telegram.yml @@ -7,7 +7,7 @@ jobs: steps: - name: Notify Telegram Channel - uses: appleboy/telegram-action@0.0.3 + uses: appleboy/telegram-action@v0.1.1 with: to: ${{ secrets.TELEGRAM_TO }} token: ${{ secrets.TELEGRAM_TOKEN }}