From 2eee738676d594e93d38c7c3125ec25204ad1f6c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 16 May 2021 00:08:07 +0000 Subject: [PATCH] Update cirrus-actions/rebase action to v1.5 --- .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 9951bc7..2fbe4e3 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.4 + uses: cirrus-actions/rebase@1.5 env: GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}