diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 06ae6521d..687c19ab8 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -94,7 +94,7 @@ jobs: - name: Notify via Telegram if: always() && steps.prepare.outcome == 'success' && github.event_name == 'schedule' && inputs.tx_project == 'python-newest' - uses: appleboy/telegram-action@221e6b684967abe813051ee4a37dd61770a83ad3 # v1.0.1 + uses: appleboy/telegram-action@214f06cfa3d3a588c1472116889437e7c6fd29b1 # v1.1.1 with: to: ${{ secrets.telegram_to }} token: ${{ secrets.telegram_token }} @@ -178,7 +178,7 @@ jobs: - name: Notify via Telegram if: always() && steps.prepare.outcome == 'success' && github.event_name == 'schedule' && inputs.tx_project == 'python-newest' - uses: appleboy/telegram-action@221e6b684967abe813051ee4a37dd61770a83ad3 # v1.0.1 + uses: appleboy/telegram-action@214f06cfa3d3a588c1472116889437e7c6fd29b1 # v1.1.1 with: to: ${{ secrets.telegram_to }} token: ${{ secrets.telegram_token }}