diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index c7dea15ec0..ccf9c5c109 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -17,7 +17,7 @@ jobs: with: fetch-depth: 0 - name: Automatic Rebase - uses: cirrus-actions/rebase@cf2ad5908b365d40882ef06dab959717ec1aaf71 # 1.2 + uses: cirrus-actions/rebase@b87d48154a87a85666003575337e27b8cd65f691 # 1.8 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