diff --git a/.github/workflows/dependency-updates.yml b/.github/workflows/dependency-updates.yml index d0a6df7..87bb4c5 100644 --- a/.github/workflows/dependency-updates.yml +++ b/.github/workflows/dependency-updates.yml @@ -23,7 +23,7 @@ jobs: sed -i "s|ARG UNBOUND_VERSION=.*|ARG UNBOUND_VERSION=$UNBOUND_VERSION|" ./Dockerfile echo "version=$UNBOUND_VERSION" >> $GITHUB_OUTPUT - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: signoff: true delete-branch: true