File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030
3131 - name : Check for associated pull request and auto-deploy label
3232 id : should-deploy
33- uses : actions/github-script@v7
33+ uses : actions/github-script@v8
3434 with :
3535 github-token : ${{ secrets.GITHUB_TOKEN }}
3636 script : |
Original file line number Diff line number Diff line change 5555
5656 - name : Escape single quotes
5757 id : safe-strings
58- uses : actions/github-script@v7
58+ uses : actions/github-script@v8
5959 env :
6060 BASE_REF_ARG : ${{ inputs.base_ref }}
6161 HEAD_REF_ARG : ${{ inputs.head_ref }}
8484 }
8585
8686 - name : Get condition variables
87- uses : actions/github-script@v7
87+ uses : actions/github-script@v8
8888 env :
8989 IS_NON_COMMIT_ARG : ${{ fromJSON(fromJSON(inputs.client_payload)).isNonCommitEvent }}
9090 ENABLE_CACHE_ARG : ${{ env.ENABLE_CACHE }}
@@ -119,7 +119,7 @@ runs:
119119 path : code/output
120120
121121 - name : Check if download cache artifact failed
122- uses : actions/github-script@v7
122+ uses : actions/github-script@v8
123123 env :
124124 ARTIFACT_OUTCOME_ARG : ${{ steps.download-cache.outcome }}
125125 ARTIFACT_OUTCOME_CM_REPO_ARG : ${{ steps.download-cache-for-cm-repo.outcome }}
You can’t perform that action at this time.
0 commit comments