File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 - name : Look for prior successful runs
3737 id : check
3838 if : github.event.inputs.git_version == ''
39- uses : actions/github-script@v8
39+ uses : actions/github-script@v9
4040 with :
4141 github-token : ${{secrets.GITHUB_TOKEN}}
4242 result-encoding : string
@@ -182,7 +182,7 @@ jobs:
182182 - name : Skip this job if there is a previous successful run
183183 if : needs.validate.outputs.skip != ''
184184 id : skip
185- uses : actions/github-script@v8
185+ uses : actions/github-script@v9
186186 with :
187187 script : |
188188 core.info(`Skipping: There already is a successful run: ${{ needs.validate.outputs.skip }}`)
Original file line number Diff line number Diff line change 7070 - name : Skip this job if there is a previous successful run
7171 if : inputs.skip != ''
7272 id : skip
73- uses : actions/github-script@v8
73+ uses : actions/github-script@v9
7474 with :
7575 script : |
7676 core.info(`Skipping: There already is a successful run: ${{ inputs.skip }}`)
You can’t perform that action at this time.
0 commit comments