Skip to content

Commit b62949e

Browse files
Update actions/github-script action to v8
1 parent 526a8e9 commit b62949e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codegen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Create Pull Request
5454
if: steps.stage.outcome == 'success'
55-
uses: actions/github-script@v7
55+
uses: actions/github-script@v8
5656
with:
5757
github-token: ${{ secrets.PAT }}
5858
script: |

0 commit comments

Comments
 (0)