From b0efc9a6b2bdfbbdb78093b611986f6a78de4ab0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 04:32:30 +0000 Subject: [PATCH] =?UTF-8?q?[=E2=98=A0=EF=B8=8F]=20Update=20peter-evans/cre?= =?UTF-8?q?ate-pull-request=20action=20to=20v7.0.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/workflow-skeleton/generate-{{ path }}.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/workflow-skeleton/generate-{{ path }}.yaml b/etc/workflow-skeleton/generate-{{ path }}.yaml index c8f0ca93df..d89a986475 100644 --- a/etc/workflow-skeleton/generate-{{ path }}.yaml +++ b/etc/workflow-skeleton/generate-{{ path }}.yaml @@ -64,7 +64,7 @@ jobs: run: | make generate-client {{ path }} - name: Create Pull Request - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 with: branch: "{{ path }}/from-{{ "${{ steps.look-current-up-spec-version.outputs.result }}" }}-{{ "${{ steps.spec-hash.outputs.current }}" }}-from-{{ "${{ steps.look-previous-up-spec-version.outputs.result }}" }}-{{ "${{ steps.spec-hash.outputs.current }}" }}" token: {{ "${{ secrets.SUBSPLIT_GITHUB_TOKEN }}" }}