From f3631296b61d4f9831ef418460d205b67c6d87fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 22:09:20 +0000 Subject: [PATCH] Bump peter-evans/rebase from 1.3.0 to 2.0.1 Bumps [peter-evans/rebase](https://github.com/peter-evans/rebase) from 1.3.0 to 2.0.1. - [Release notes](https://github.com/peter-evans/rebase/releases) - [Commits](https://github.com/peter-evans/rebase/compare/77cd9d5cb5977699b92ef162551d0867ef7735d8...56c359b35ff7ba8426d0fdb842958b35b1db8277) --- updated-dependencies: - dependency-name: peter-evans/rebase dependency-type: direct:production update-type: version-update:semver-major ... 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 84313a71dfea..4fd9ecba44df 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Rebase Pull Request - uses: peter-evans/rebase@77cd9d5cb5977699b92ef162551d0867ef7735d8 + uses: peter-evans/rebase@56c359b35ff7ba8426d0fdb842958b35b1db8277 id: rebase with: token: ${{ secrets.HOMEBREW_CASK_REBASE_TOKEN }}