diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index bc3ff8d..5189fe4 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -43,7 +43,7 @@ jobs: run: ./generate-java-wrapper.sh - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: # Use a PAT so GitHub actions are triggered on the PR token: ${{ secrets.GH_REPO_TOKEN }}