diff --git a/.github/workflows/update_version.yaml b/.github/workflows/update_version.yaml index 80e5369..d24267a 100644 --- a/.github/workflows/update_version.yaml +++ b/.github/workflows/update_version.yaml @@ -85,7 +85,7 @@ jobs: cmd: yq -i '.version = "${{ matrix.version }}"' 'rockcraft.yaml' - name: Create pull request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: commit-message: Update CoreDNS version to ${{ matrix.version }} title: "[${{ matrix.version }}] Update CoreDNS version"