From 216e6e877670fe9a51ec28c4446bef6d65f67f7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 11:54:43 +0000 Subject: [PATCH] Update peter-evans/create-pull-request action to v8 --- .github/workflows/version-bump.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version-bump.yml b/.github/workflows/version-bump.yml index 2b4b1690..cc856d27 100644 --- a/.github/workflows/version-bump.yml +++ b/.github/workflows/version-bump.yml @@ -89,7 +89,7 @@ jobs: find ./pkg -name "README.md" -type f -exec sed -i "s|workos-go/v$OLD_MAJOR|workos-go/v$NEW_MAJOR|g" {} + - name: Create Pull Request - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: token: ${{ steps.app-token.outputs.token }} branch: version-bump-${{ steps.bump.outputs.new_version }}