Skip to content

Commit bacda92

Browse files
🤖 Update actions/github-script action to v9 (#18)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f6cd2a6 commit bacda92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/enforce_pr_title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- id: enforce_title
2121
name: Set PR title to branch name
2222
if: github.event.pull_request.title != github.event.pull_request.head.ref
23-
uses: actions/github-script@v8
23+
uses: actions/github-script@v9
2424
with:
2525
script: |
2626
await github.rest.pulls.update({

0 commit comments

Comments
 (0)