diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index dbd5a77..c183f18 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -17,6 +17,6 @@ jobs: fetch-depth: 0 # otherwise, you will fail to push refs to dest repo - name: Automatic Rebase - uses: cirrus-actions/rebase@c473b716e3fcde0c6bf67416e2c2882830ad40f6 # 1.5 + uses: cirrus-actions/rebase@99b0226479c59e6a40092b8afe704aabc61dec09 # 1.6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}