diff --git a/.github/workflows/action-sync-webhook.yml b/.github/workflows/action-sync-webhook.yml index 0efbd26..3f82f5c 100644 --- a/.github/workflows/action-sync-webhook.yml +++ b/.github/workflows/action-sync-webhook.yml @@ -34,7 +34,7 @@ jobs: private-key: ${{ secrets.BOT_APP_PRIVATE_KEY }} - name: Webhook Sync - uses: Friedinger/webhook-sync@3df496656bf76d371498d7a300e699b7992671f1 # v1.0.1 + uses: Friedinger/webhook-sync@07e0eda4a09a9d66b29499bac3baad767acb4d63 # v1.0.2 if: ${{ steps.app-token.outputs.token }} with: github-token: ${{ steps.app-token.outputs.token }}