From e5b427bde7663fa84a710fd17e5f4eeb277e7ad3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 15:32:30 +0000 Subject: [PATCH] build(deps): bump peter-evans/rebase from 2 to 3 Bumps [peter-evans/rebase](https://github.com/peter-evans/rebase) from 2 to 3. - [Release notes](https://github.com/peter-evans/rebase/releases) - [Commits](https://github.com/peter-evans/rebase/compare/v2...v3) --- updated-dependencies: - dependency-name: peter-evans/rebase dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/command-rebase.yml | 2 +- .github/workflows/push.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/command-rebase.yml b/.github/workflows/command-rebase.yml index 7ce1da29..b82730ce 100644 --- a/.github/workflows/command-rebase.yml +++ b/.github/workflows/command-rebase.yml @@ -14,7 +14,7 @@ jobs: app-id: ${{ secrets.MYPARCEL_APP_ID }} private-key: ${{ secrets.MYPARCEL_APP_PRIVATE_KEY }} - - uses: peter-evans/rebase@v2 + - uses: peter-evans/rebase@v3 id: rebase with: head: ${{ github.event.client_payload.pull_request.head.label }} diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 4610101c..2876d677 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -51,7 +51,7 @@ jobs: app-id: ${{ secrets.MYPARCEL_APP_ID }} private-key: ${{ secrets.MYPARCEL_APP_PRIVATE_KEY }} - - uses: peter-evans/rebase@v2 + - uses: peter-evans/rebase@v3 with: token: ${{ steps.credentials.outputs.token }} base: ${{ github.ref_name }}