From 3f5240b1ef3f0d21f133106ac1361bfa17c792b6 Mon Sep 17 00:00:00 2001 From: Raphael Mobis Tacla Date: Wed, 25 Mar 2026 03:08:01 -0300 Subject: [PATCH] upgrade peter-evans/create-pull-request action --- .github/actions/create-pr/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/create-pr/action.yml b/.github/actions/create-pr/action.yml index e5493c8..af1719b 100644 --- a/.github/actions/create-pr/action.yml +++ b/.github/actions/create-pr/action.yml @@ -14,7 +14,7 @@ runs: steps: - name: Create Pull Request id: create-pr - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v8 with: path: ${{ inputs.path }} token: ${{ inputs.token }}