From 81053351b3ebf07bb34d452e24e1f47e9aa84c80 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 21:12:48 +1000 Subject: [PATCH] chore(deps): update cirrus-actions/rebase action to v1.7 (#105) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 c183f18..e1e1e42 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -17,6 +17,6 @@ jobs: fetch-depth: 0 # otherwise, you will fail to push refs to dest repo - name: Automatic Rebase - uses: cirrus-actions/rebase@99b0226479c59e6a40092b8afe704aabc61dec09 # 1.6 + uses: cirrus-actions/rebase@6e572f08c244e2f04f9beb85a943eb618218714d # 1.7 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}