diff --git a/.github/workflows/dependency-updates.yml b/.github/workflows/dependency-updates.yml index 87bb4c5..244f54c 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@v6 + uses: peter-evans/create-pull-request@v7 with: signoff: true delete-branch: true