diff --git a/.github/workflows/auto_rebase.yaml b/.github/workflows/auto_rebase.yaml index 3c74c72f2..4abd57219 100644 --- a/.github/workflows/auto_rebase.yaml +++ b/.github/workflows/auto_rebase.yaml @@ -14,7 +14,7 @@ jobs: with: fetch-depth: 0 - name: Automatic Rebase - uses: cirrus-actions/rebase@1.5 + uses: cirrus-actions/rebase@1.7 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # https://github.community/t5/GitHub-Actions/Workflow-is-failing-if-no-job-can-be-ran-due-to-condition/m-p/38186#M3250