From f9582fab11be145cec25f8ad93ea0e311388ff4f Mon Sep 17 00:00:00 2001 From: Carmelo Messina Date: Wed, 19 Jun 2024 09:31:22 +0200 Subject: [PATCH] [TOOLS] Update peter-evans/create-pull-request to v6.1.0 --- .github/workflows/check-git-apply.yaml | 2 +- .github/workflows/check_nist.yaml | 2 +- .github/workflows/update-patches-doc.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-git-apply.yaml b/.github/workflows/check-git-apply.yaml index cfd49dbf..97c3a1d5 100644 --- a/.github/workflows/check-git-apply.yaml +++ b/.github/workflows/check-git-apply.yaml @@ -138,7 +138,7 @@ jobs: fi - name: Create Pull Request - uses: peter-evans/create-pull-request@dcd5fd746d53dd8de555c0f10bca6c35628be47a #v3.12.0 + uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c #v6.1.0 if: env.CHANGES == '1' with: token: ${{ secrets.CROMITE_PULLS }} diff --git a/.github/workflows/check_nist.yaml b/.github/workflows/check_nist.yaml index ed4f96e9..c21a8894 100644 --- a/.github/workflows/check_nist.yaml +++ b/.github/workflows/check_nist.yaml @@ -56,7 +56,7 @@ jobs: fi - name: Create Pull Request - uses: peter-evans/create-pull-request@dcd5fd746d53dd8de555c0f10bca6c35628be47a #v3.12.0 + uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c #v6.1.0 if: env.CHANGES == '1' with: token: ${{ secrets.CROMITE_PULLS }} diff --git a/.github/workflows/update-patches-doc.yaml b/.github/workflows/update-patches-doc.yaml index f3f7275a..981c4d58 100644 --- a/.github/workflows/update-patches-doc.yaml +++ b/.github/workflows/update-patches-doc.yaml @@ -67,7 +67,7 @@ jobs: fi - name: Create Pull Request - uses: peter-evans/create-pull-request@dcd5fd746d53dd8de555c0f10bca6c35628be47a #v3.12.0 + uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c #v6.1.0 if: env.CHANGES == '1' with: token: ${{ secrets.CROMITE_PULLS }}