From b4b0bc074924a5133bcd01fe53d8bea8122a6b10 Mon Sep 17 00:00:00 2001 From: Kyle Brennan Date: Mon, 6 Jan 2025 16:35:10 +0000 Subject: [PATCH] [.github] bump update image digests create-pull-request step dependency --- .github/workflows/update-image-digest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-image-digest.yml b/.github/workflows/update-image-digest.yml index c13cee85ff418a..7c9aef92dbf518 100644 --- a/.github/workflows/update-image-digest.yml +++ b/.github/workflows/update-image-digest.yml @@ -80,7 +80,7 @@ jobs: fi - name: Create Pull Request - uses: peter-evans/create-pull-request@923ad837f191474af6b1721408744feb989a4c27 # v4 + uses: peter-evans/create-pull-request@v7 if: ${{ steps.create_pr.outputs.create_pr == 'true' }} with: token: ${{ secrets.ROBOQUAT_AUTOMATIC_CHANGELOG }}