From 376c655136cccdd5b54395ce55ab564a314edec8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 03:52:26 +0000 Subject: [PATCH] Update peter-evans/create-pull-request action to v8 --- .github/workflows/bump.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump.yml b/.github/workflows/bump.yml index 9cf4b60..9fb3f51 100644 --- a/.github/workflows/bump.yml +++ b/.github/workflows/bump.yml @@ -133,7 +133,7 @@ jobs: - name: Create Pull Request id: cpr if: env.CABAL_COUNT > 0 && steps.dependency-build.outcome == 'success' - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: branch: "cabal-updates" title: ${{ env.GIT_PR_TITLE }}