From 32b5a9c7bdd2050f6e4e3a628f52641f322dc3b4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 10 May 2022 17:46:15 +0000 Subject: [PATCH] Update cirrus-actions/rebase action to v1.7 --- .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 2f9c47b..c60994b 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -13,6 +13,6 @@ jobs: token: ${{ secrets.PAT_TOKEN }} fetch-depth: 0 # otherwise, you will failed to push refs to dest repo - name: Automatic Rebase - uses: cirrus-actions/rebase@1.6 + uses: cirrus-actions/rebase@1.7 env: GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}