From f14b90b649b7953ba3205a8a8d00bdd4e1155565 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 09:34:15 +0000 Subject: [PATCH] build(deps): bump peter-evans/rebase from 3 to 4 Bumps [peter-evans/rebase](https://github.com/peter-evans/rebase) from 3 to 4. - [Release notes](https://github.com/peter-evans/rebase/releases) - [Commits](https://github.com/peter-evans/rebase/compare/v3...v4) --- updated-dependencies: - dependency-name: peter-evans/rebase dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 8a87b1c9..e29a92f9 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -75,6 +75,6 @@ jobs: app-id: ${{ secrets.MYPARCEL_APP_ID }} private-key: ${{ secrets.MYPARCEL_APP_PRIVATE_KEY }} - - uses: peter-evans/rebase@v3 + - uses: peter-evans/rebase@v4 with: token: ${{ steps.credentials.outputs.token }}