Skip to content

Commit 19a0ac9

Browse files
chore(deps): update actions/github-script action to v8
1 parent 7cc9cb3 commit 19a0ac9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generate-readme-remote.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
144144
- name: "Close original PR and create new PR"
145145
if: steps.commit_changes.outputs.has_changes == 'true'
146-
uses: actions/github-script@v7
146+
uses: actions/github-script@v8
147147
with:
148148
github-token: ${{ env.GH_TOKEN }}
149149
script: |
@@ -204,7 +204,7 @@ jobs:
204204
205205
- name: "Handle no changes case"
206206
if: steps.commit_changes.outputs.has_changes == 'false'
207-
uses: actions/github-script@v7
207+
uses: actions/github-script@v8
208208
with:
209209
github-token: ${{ env.GH_TOKEN }}
210210
script: |

0 commit comments

Comments
 (0)