From 6c384161c0af82c2f3af4e02ddd9064dcda179d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 16:31:29 +0000 Subject: [PATCH] Bump peter-evans/rebase from 2.1.0 to 3.0.0 Bumps [peter-evans/rebase](https://github.com/peter-evans/rebase) from 2.1.0 to 3.0.0. - [Release notes](https://github.com/peter-evans/rebase/releases) - [Commits](https://github.com/peter-evans/rebase/compare/6720916065562e44df6007404d22129ce5583978...52289ddc070ea10c8e2530c0740972ff39ac8769) --- 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 af93cdeaf7c..9219207ba6c 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@6720916065562e44df6007404d22129ce5583978 + uses: peter-evans/rebase@52289ddc070ea10c8e2530c0740972ff39ac8769 id: rebase with: token: ${{ secrets.HOMEBREW_CASK_REBASE_TOKEN }}