From d6a1b41bf6a57ca8d5c3a4ae10e8b756ade8f534 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 00:27:09 +0000 Subject: [PATCH] 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/rebase.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index 5f3c157..303ec29 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -6,4 +6,4 @@ jobs: rebase: runs-on: ubuntu-latest steps: - - uses: peter-evans/rebase@v2 \ No newline at end of file + - uses: peter-evans/rebase@v3 \ No newline at end of file