From f08ad1a01f0fbc373965bbb143966e55b7abef9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 21:01:59 +0000 Subject: [PATCH] Bump peter-evans/rebase from 1.0.4 to 2.0.1 Bumps [peter-evans/rebase](https://github.com/peter-evans/rebase) from 1.0.4 to 2.0.1. - [Release notes](https://github.com/peter-evans/rebase/releases) - [Commits](https://github.com/peter-evans/rebase/compare/0a6189742f338835c080791a9bc0d3b140475c1e...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 940530d739253..4fd9ecba44df7 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@0a6189742f338835c080791a9bc0d3b140475c1e + uses: peter-evans/rebase@56c359b35ff7ba8426d0fdb842958b35b1db8277 id: rebase with: token: ${{ secrets.HOMEBREW_CASK_REBASE_TOKEN }}