File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 35
35
# Prepare the environment and let the requestor know we've accepted the command
36
36
#
37
37
- name : Acknowledge command
38
- uses : actions/github-script@v3
38
+ uses : actions/github-script@v6
39
39
with :
40
40
script : |
41
41
const owner = context.payload.organization.login;
@@ -123,7 +123,7 @@ jobs:
123
123
#
124
124
- name : Post success result
125
125
if : success()
126
- uses : actions/github-script@v3
126
+ uses : actions/github-script@v6
127
127
with :
128
128
script : |
129
129
const owner = context.payload.organization.login;
@@ -154,7 +154,7 @@ jobs:
154
154
#
155
155
- name : Post failure information
156
156
if : failure()
157
- uses : actions/github-script@v3
157
+ uses : actions/github-script@v6
158
158
with :
159
159
script : |
160
160
const owner = context.payload.organization.login;
You can’t perform that action at this time.
0 commit comments