diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 12a56b69..f1c5cc4b 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -69,7 +69,7 @@ jobs: - name: Create Pull Request if: steps.check_changes.outputs.changes_detected == 'true' - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: branch: ${{ env.BRANCH_NAME }} base: main