From 528a02026d6d95d7ecc7aa05807b49c365abec25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 12:10:42 +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