From 8f5212ae8d269e50dec7b325a089e3d87f8f0feb Mon Sep 17 00:00:00 2001 From: davidliu Date: Thu, 7 May 2026 23:36:23 +0900 Subject: [PATCH] ci: more pinact fixes --- .github/workflows/pinact_update.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pinact_update.yml b/.github/workflows/pinact_update.yml index dc9d59e03..22960c895 100644 --- a/.github/workflows/pinact_update.yml +++ b/.github/workflows/pinact_update.yml @@ -48,12 +48,12 @@ jobs: echo "pinact exit code: ${exit_code}" - name: Create PR (if changes) - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v8.1.1 with: token: ${{ secrets.PINACT_GITHUB_TOKEN }} - commit-message: "chore(pinact): pin GitHub Actions" - title: "chore(pinact): pin GitHub Actions" + commit-message: "chore(pinact): pin/update GitHub Actions" + title: "chore(pinact): pin/update GitHub Actions" body: | Automated update by pinact. - branch: "dl/pinact_action" + branch: "ci/pinact_action" delete-branch: true