Skip to content

Commit 106db0f

Browse files
committed
feat: update github script action version
1 parent c966199 commit 106db0f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

pr/job-rerun/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ runs:
2828
steps:
2929
- name: Rerun job(s)
3030
id: rerun
31-
uses: actions/github-script@v7
31+
uses: actions/github-script@v8
3232
with:
3333
github-token: ${{ inputs.token }}
3434
script: |

test/label/check/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ runs:
2727
using: "composite"
2828
steps:
2929
- name: Check test labels
30-
uses: actions/github-script@v7
30+
uses: actions/github-script@v8
3131
with:
3232
github-token: ${{ inputs.token }}
3333
script: |

test/label/done/added/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ runs:
2727
using: "composite"
2828
steps:
2929
- name: Comment on label added
30-
uses: actions/github-script@v7
30+
uses: actions/github-script@v8
3131
with:
3232
github-token: ${{ inputs.token }}
3333
script: |

test/label/done/remove/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ runs:
2727
using: "composite"
2828
steps:
2929
- name: Remove label and comment
30-
uses: actions/github-script@v7
30+
uses: actions/github-script@v8
3131
with:
3232
github-token: ${{ inputs.token }}
3333
script: |

0 commit comments

Comments
 (0)