From 9ea735a6d0dcc6fd995067810b62a79f0c42ce02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 17:50:54 +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 b5366eea939c1..005749e619934 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 }}