From c971da37906afd3b9cd22a8a187ffa87c3966f24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 12:11:05 +0000 Subject: [PATCH] chore(deps): bump peter-evans/rebase from 3.1.0 to 4.0.0 Bumps [peter-evans/rebase](https://github.com/peter-evans/rebase) from 3.1.0 to 4.0.0. - [Release notes](https://github.com/peter-evans/rebase/releases) - [Commits](https://github.com/peter-evans/rebase/compare/v3.1.0...v4.0.0) --- updated-dependencies: - dependency-name: peter-evans/rebase dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/rebase.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebase.yaml b/.github/workflows/rebase.yaml index 92e94e5..8f53694 100644 --- a/.github/workflows/rebase.yaml +++ b/.github/workflows/rebase.yaml @@ -19,7 +19,7 @@ jobs: contents: write steps: - name: "Rebase all non-draft non-dependencies pull requests" - uses: peter-evans/rebase@v3.1.0 + uses: peter-evans/rebase@v4.0.0 with: base: main exclude-drafts: true