Quellcode durchsuchen

ci: update test telegram workflow

[skip ci]
Nicolas Giard vor 3 Jahren
Ursprung
Commit
8609b3fc2f
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      .github/workflows/telegram.yml

+ 1 - 1
.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 }}