diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 25b8518..74540ff 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -64,7 +64,7 @@ jobs: - name: Notify in Telegram channel if: env.PUSHED == 'true' || steps.check.outputs.differs == 'true' - uses: https://github.com/appleboy/telegram-action@v1.01 + uses: https://github.com/appleboy/telegram-action@v1.0.1 with: to: "-1001915202306" token: ${{ secrets.TELEGRAM_TOKEN }}