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