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 3535 # Prepare the environment and let the requestor know we've accepted the command
3636 #
3737 - name : Acknowledge command
38- uses : actions/github-script@v3
38+ uses : actions/github-script@v6
3939 with :
4040 script : |
4141 const owner = context.payload.organization.login;
@@ -123,7 +123,7 @@ jobs:
123123 #
124124 - name : Post success result
125125 if : success()
126- uses : actions/github-script@v3
126+ uses : actions/github-script@v6
127127 with :
128128 script : |
129129 const owner = context.payload.organization.login;
@@ -154,7 +154,7 @@ jobs:
154154 #
155155 - name : Post failure information
156156 if : failure()
157- uses : actions/github-script@v3
157+ uses : actions/github-script@v6
158158 with :
159159 script : |
160160 const owner = context.payload.organization.login;
You can’t perform that action at this time.
0 commit comments