diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 669c851..635e9c8 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -29,7 +29,7 @@ jobs: sed -i "s/${current_version}/${{env.NEW_VERSION}}/g" "$f" done - name: Send pull request to update to new version - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v4.0.1 with: commit-message: Update to getdns ${{ env.NEW_VERSION }} title: Update to getdns ${{ env.NEW_VERSION }}