@@ -163,7 +163,7 @@ jobs:
163163 printf 'Update tag? %s\n' "${UPDATE_TAG:?}"
164164 printf 'Update release? %s\n' "${UPDATE_RELEASE:?}"
165165 - name : " Delete previous nightly release"
166- uses : actions/github-script@v8
166+ uses : actions/github-script@v9
167167 if : " ${{ steps.nightly-logic.outputs.UPDATE_RELEASE == 'true' }}"
168168 with :
169169 retries : 3
@@ -188,7 +188,7 @@ jobs:
188188 throw new Error('getReleaseByTag failed: response is undefined or missing data.');
189189 }
190190 - name : " Update nightly tag"
191- uses : actions/github-script@v8
191+ uses : actions/github-script@v9
192192 if : " ${{ steps.nightly-logic.outputs.UPDATE_TAG == 'true' }}"
193193 with :
194194 retries : 3
@@ -289,7 +289,7 @@ jobs:
289289 enableCrossOsArchive : true
290290 lookup-only : true
291291 - name : " Keep workflow alive"
292- uses : actions/github-script@v8
292+ uses : actions/github-script@v9
293293 timeout-minutes : 5
294294 env :
295295 WORKFLOW_REF : " ${{ github.workflow_ref }}"
@@ -321,7 +321,7 @@ jobs:
321321
322322 steps :
323323 - name : " Delete old caches"
324- uses : actions/github-script@v8
324+ uses : actions/github-script@v9
325325 with :
326326 retries : 3
327327 script : |
0 commit comments