File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727 runs-on : ubuntu-latest
2828 if : github.event_name == 'pull_request' && github.event.label.id == 2648778919
2929 steps :
30- - uses : actions/github-script@v3
30+ - uses : actions/github-script@v4.0.2
3131 with :
3232 github-token : ${{secrets.GITHUB_TOKEN}}
3333 script : |
Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222 if : github.event_name == 'pull_request' && github.event.label.id == 1838515600 # ':robot: build dev image: multiarch' label
2323 steps :
24- - uses : actions/github-script@v3
24+ - uses : actions/github-script@v4.0.2
2525 with :
2626 github-token : ${{secrets.GITHUB_TOKEN}}
2727 script : |
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 if : github.event_name == 'pull_request' && github.event.label.id == 1838578615 # ':robot: run e2e matrix' label
2222 steps :
23- - uses : actions/github-script@v3
23+ - uses : actions/github-script@v4.0.2
2424 with :
2525 github-token : ${{secrets.GITHUB_TOKEN}}
2626 script : |
You can’t perform that action at this time.
0 commit comments