From 7ad9efb7ed8cae977d2b46b9f74a1943b7f803f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 16:40:45 +0000 Subject: [PATCH] Update cirrus-actions/rebase action to v1.8 --- .github/workflows/automatic-rebase.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automatic-rebase.yml b/.github/workflows/automatic-rebase.yml index d1f30f55..fd397656 100644 --- a/.github/workflows/automatic-rebase.yml +++ b/.github/workflows/automatic-rebase.yml @@ -57,7 +57,7 @@ jobs: fetch-depth: 0 - name: Rebase on top of the default branch - uses: cirrus-actions/rebase@1.7 + uses: cirrus-actions/rebase@1.8 env: GITHUB_TOKEN: ${{ env.AUTO_REBASE_PERSONAL_ACCESS_TOKEN }}