diff --git a/.github/workflows/scheduler.yml b/.github/workflows/scheduler.yml index 6a64d82..6d69767 100644 --- a/.github/workflows/scheduler.yml +++ b/.github/workflows/scheduler.yml @@ -88,7 +88,7 @@ jobs: - name: Commit and push if: github.event_name != 'pull_request' && github.ref == 'refs/heads/master' - uses: actions-js/push@5a7cbd780d82c0c937b5977586e641b2fd94acc5 # v1.5 + uses: actions-js/push@968f4695ca558093eadb24ad83cc5891f47e0cdc # v1.6 with: github_token: ${{ secrets.GH_BOT_TOKEN }} author_email: ${{ secrets.GH_BOT_EMAIL }}