diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index aa0c22fcf..93a30cca7 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -91,7 +91,7 @@ jobs: - name: Notify via Telegram if: always() && steps.prepare.outcome == 'success' && github.event_name == 'schedule' - uses: appleboy/telegram-action@v0.1.1 + uses: appleboy/telegram-action@v1.0.0 with: to: ${{ secrets.TELEGRAM_TO }} token: ${{ secrets.TELEGRAM_TOKEN }} @@ -150,7 +150,7 @@ jobs: - name: Notify via Telegram if: always() && steps.prepare.outcome == 'success' && github.event_name == 'schedule' - uses: appleboy/telegram-action@v0.1.1 + uses: appleboy/telegram-action@v1.0.0 with: to: ${{ secrets.TELEGRAM_TO }} token: ${{ secrets.TELEGRAM_TOKEN }}