From b4b0bc074924a5133bcd01fe53d8bea8122a6b10 Mon Sep 17 00:00:00 2001 From: Kyle Brennan Date: Mon, 6 Jan 2025 16:35:10 +0000 Subject: [PATCH 1/2] [.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 }} From 5e4ba33f1bb55a6eb8d74c75bdcb4469c35cde01 Mon Sep 17 00:00:00 2001 From: Kyle Brennan Date: Mon, 6 Jan 2025 11:42:00 -0500 Subject: [PATCH 2/2] Update .github/workflows/update-image-digest.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Filip Troníček --- .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 7c9aef92dbf518..5dbb78e657996b 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@v7 + uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f #v7.0.6 if: ${{ steps.create_pr.outputs.create_pr == 'true' }} with: token: ${{ secrets.ROBOQUAT_AUTOMATIC_CHANGELOG }}