From 6c36e444eff25004b7186b3fbd4b159d6549797a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 04:32:40 +0000 Subject: [PATCH] =?UTF-8?q?[=F0=9F=AA=B5]=20Update=20peter-evans/create-pu?= =?UTF-8?q?ll-request=20action=20to=20v7.0.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/setup-clients.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/setup-clients.yaml b/.github/workflows/setup-clients.yaml index db8a98cd898..598a1db46c9 100644 --- a/.github/workflows/setup-clients.yaml +++ b/.github/workflows/setup-clients.yaml @@ -31,7 +31,7 @@ jobs: - name: Set up clients run: make setup-clients - name: Create Pull Request - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 with: branch: "setup-clients/${{ steps.current-time.outputs.formattedTime }}" token: ${{ secrets.SUBSPLIT_GITHUB_TOKEN }}