From 97bbf3748abc9a25e3699420fc9d79fb469cf1f7 Mon Sep 17 00:00:00 2001 From: "bootc-bot[bot]" <225049296+bootc-bot[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 21:10:00 +0000 Subject: [PATCH] chore(deps): update github actions Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com> --- .github/workflows/rebase.yml | 2 +- .github/workflows/scheduled-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index 6be54eaae..68f329a4b 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 - name: Automatic Rebase - uses: peter-evans/rebase@v3 + uses: peter-evans/rebase@v4 with: token: ${{ steps.token.outputs.token }} diff --git a/.github/workflows/scheduled-release.yml b/.github/workflows/scheduled-release.yml index badd0fc21..fb80f26b6 100644 --- a/.github/workflows/scheduled-release.yml +++ b/.github/workflows/scheduled-release.yml @@ -97,7 +97,7 @@ jobs: echo "VERSION=$VERSION" >> $GITHUB_OUTPUT - name: Create Pull Request - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 env: VERSION: ${{ steps.create_commit.outputs.VERSION }} with: