From 9e9ecf1bf5cecafdfc3a429dbe38e446028bf6e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 05:02:02 +0000 Subject: [PATCH] Update peter-evans/create-pull-request action to v8.1.1 --- .github/workflows/sync-recipes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-recipes.yml b/.github/workflows/sync-recipes.yml index 3aa0980..78fce3d 100644 --- a/.github/workflows/sync-recipes.yml +++ b/.github/workflows/sync-recipes.yml @@ -63,7 +63,7 @@ jobs: - name: Create Pull Request if: steps.sync.outputs.changed == 'true' - uses: peter-evans/create-pull-request@v8 + uses: peter-evans/create-pull-request@v8.1.1 with: token: ${{ secrets.GITHUB_TOKEN }} branch: auto/sync-recipes