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 66
66
run : ./source/.github/scripts/deploy-framework ${GITHUB_WORKSPACE}/source ${GITHUB_WORKSPACE}/framework ${GITHUB_REF##*/}
67
67
68
68
- name : Release
69
- uses : actions/github-script@v6
69
+ uses : actions/github-script@v7
70
70
with :
71
71
github-token : ${{secrets.ACCESS_TOKEN}}
72
72
script : |
@@ -116,7 +116,7 @@ jobs:
116
116
run : ./source/.github/scripts/deploy-appstarter ${GITHUB_WORKSPACE}/source ${GITHUB_WORKSPACE}/appstarter ${GITHUB_REF##*/}
117
117
118
118
- name : Release
119
- uses : actions/github-script@v6
119
+ uses : actions/github-script@v7
120
120
with :
121
121
github-token : ${{secrets.ACCESS_TOKEN}}
122
122
script : |
@@ -172,7 +172,7 @@ jobs:
172
172
run : ./source/.github/scripts/deploy-userguide ${GITHUB_WORKSPACE}/source ${GITHUB_WORKSPACE}/userguide ${GITHUB_REF##*/}
173
173
174
174
- name : Release
175
- uses : actions/github-script@v6
175
+ uses : actions/github-script@v7
176
176
with :
177
177
github-token : ${{secrets.ACCESS_TOKEN}}
178
178
script : |
You can’t perform that action at this time.
0 commit comments