diff --git a/.github/workflows/probot-auto-cc.yml b/.github/workflows/probot-auto-cc.yml index 7ef962b..555acf8 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 bfc041c..62ccc31 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: 71 # in case something is wrong with the internal timeout steps: - - uses: Lightning-AI/probot@v5.5 + - uses: Lightning-AI/probot@v5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: