15
15
contents : read # to clone the repo
16
16
steps :
17
17
- name : Check User Permissions
18
- uses : actions/github-script@v7
18
+ uses : actions/github-script@v8
19
19
id : check-permissions
20
20
with :
21
21
script : |
56
56
}
57
57
58
58
- name : Get PR Data
59
- uses : actions/github-script@v7
59
+ uses : actions/github-script@v8
60
60
id : get-pr-data
61
61
with :
62
62
script : |
75
75
}
76
76
77
77
- name : Check Package Existence
78
- uses : actions/github-script@v7
78
+ uses : actions/github-script@v8
79
79
id : check-package
80
80
with :
81
81
script : |
@@ -109,7 +109,7 @@ jobs:
109
109
110
110
- name : Trigger Preview Release (if Package Not Found)
111
111
if : fromJSON(steps.check-package.outputs.result).exists == false
112
- uses : actions/github-script@v7
112
+ uses : actions/github-script@v8
113
113
id : trigger-preview-release
114
114
with :
115
115
github-token : ${{ steps.generate-token.outputs.token }}
@@ -128,7 +128,7 @@ jobs:
128
128
129
129
- name : Wait for Preview Release Completion (if Package Not Found)
130
130
if : fromJSON(steps.check-package.outputs.result).exists == false
131
- uses : actions/github-script@v7
131
+ uses : actions/github-script@v8
132
132
id : wait-preview-release
133
133
with :
134
134
script : |
@@ -214,7 +214,7 @@ jobs:
214
214
fi
215
215
216
216
- name : Trigger Downstream Workflow
217
- uses : actions/github-script@v7
217
+ uses : actions/github-script@v8
218
218
id : trigger
219
219
env :
220
220
COMMENT : ${{ github.event.comment.body }}
0 commit comments