From 9979ed8af2910d22e742e070888aa1a442be645e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 21:53:15 +0000 Subject: [PATCH] Bump peter-evans/rebase from 2.0.1 to 2.1.0 Bumps [peter-evans/rebase](https://github.com/peter-evans/rebase) from 2.0.1 to 2.1.0. - [Release notes](https://github.com/peter-evans/rebase/releases) - [Commits](https://github.com/peter-evans/rebase/compare/56c359b35ff7ba8426d0fdb842958b35b1db8277...6720916065562e44df6007404d22129ce5583978) --- updated-dependencies: - dependency-name: peter-evans/rebase dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 49d5c17036..af93cdeaf7 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Rebase Pull Request - uses: peter-evans/rebase@56c359b35ff7ba8426d0fdb842958b35b1db8277 + uses: peter-evans/rebase@6720916065562e44df6007404d22129ce5583978 id: rebase with: token: ${{ secrets.HOMEBREW_CASK_REBASE_TOKEN }}