Skip to content

Commit b78899d

Browse files
authored
ci: more pinact fixes (#931)
1 parent b8fa0f6 commit b78899d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pinact_update.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ jobs:
4848
echo "pinact exit code: ${exit_code}"
4949
5050
- name: Create PR (if changes)
51-
uses: peter-evans/create-pull-request@v6
51+
uses: peter-evans/create-pull-request@v8.1.1
5252
with:
5353
token: ${{ secrets.PINACT_GITHUB_TOKEN }}
54-
commit-message: "chore(pinact): pin GitHub Actions"
55-
title: "chore(pinact): pin GitHub Actions"
54+
commit-message: "chore(pinact): pin/update GitHub Actions"
55+
title: "chore(pinact): pin/update GitHub Actions"
5656
body: |
5757
Automated update by pinact.
58-
branch: "dl/pinact_action"
58+
branch: "ci/pinact_action"
5959
delete-branch: true

0 commit comments

Comments
 (0)