diff --git a/.github/workflows/probot-auto-cc.yml b/.github/workflows/probot-auto-cc.yml index 7ef962be111da..555acf8966f84 100644 --- a/.github/workflows/probot-auto-cc.yml +++ b/.github/workflows/probot-auto-cc.yml @@ -15,7 +15,7 @@ jobs: if: github.event_name == 'issue' || github.event.pull_request.draft == false timeout-minutes: 5 steps: - - uses: Lightning-AI/probot@v1 + - uses: Lightning-AI/probot@v5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/probot-check-group.yml b/.github/workflows/probot-check-group.yml index c9b0efdd9b2d8..1aafee679da07 100644 --- a/.github/workflows/probot-check-group.yml +++ b/.github/workflows/probot-check-group.yml @@ -14,7 +14,7 @@ jobs: if: github.event.pull_request.draft == false timeout-minutes: 61 # in case something is wrong with the internal timeout steps: - - uses: Lightning-AI/probot@v5.3 + - uses: Lightning-AI/probot@v5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: