From 78536b2dbdd70fa0af32dd7ee4602bb640dc20fd Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 20 Apr 2022 11:43:47 +0800 Subject: [PATCH] chore: fix cirrus-actions/rebase https://github.com/cirrus-actions/rebase/pull/78 --- .github/workflows/rebase.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index 01f3942cda..3cdac28d87 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -20,6 +20,6 @@ jobs: with: fetch-depth: 0 - name: Automatic Rebase - uses: cirrus-actions/rebase@1.5 + uses: cirrus-actions/rebase@1.6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}