From c9b27cdac795b1b6092456cea0e35ffa76fcd345 Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 18 May 2022 17:08:13 +0800 Subject: [PATCH] Update rebase.yml --- .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 3cdac28d87..6a9d8336a9 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.6 + uses: cirrus-actions/rebase@1.7 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}