From 00bc292b817140189e4b0e7b1bbcce603a7a7844 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 12:10:36 +0000 Subject: [PATCH] chore(deps): update cirrus-actions/rebase action to v1.8 --- test-project/.github/workflows/rebase.yml | 2 +- {{ cookiecutter.project_slug }}/.github/workflows/rebase.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test-project/.github/workflows/rebase.yml b/test-project/.github/workflows/rebase.yml index 07166b8..0c601fd 100644 --- a/test-project/.github/workflows/rebase.yml +++ b/test-project/.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.5 + uses: cirrus-actions/rebase@1.8 env: GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }} diff --git a/{{ cookiecutter.project_slug }}/.github/workflows/rebase.yml b/{{ cookiecutter.project_slug }}/.github/workflows/rebase.yml index e4c133d..f1add25 100644 --- a/{{ cookiecutter.project_slug }}/.github/workflows/rebase.yml +++ b/{{ cookiecutter.project_slug }}/.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.5 + uses: cirrus-actions/rebase@1.8 env: GITHUB_TOKEN: {{ "${{ secrets.PAT_TOKEN }}" }}