File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313 os : [ubuntu-latest]
1414 java : [8, 11, 17]
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v6
1717 - uses : actions/setup-java@v3
1818 with :
1919 distribution : " temurin"
2525 check :
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@v3
28+ - uses : actions/checkout@v6
2929 - uses : actions/setup-java@v3
3030 with :
3131 distribution : " temurin"
Original file line number Diff line number Diff line change 99 check-pr :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v6
1313 with :
1414 repository : ' sourcegraph/devx-service'
1515 token : ${{ secrets.PR_AUDITOR_TOKEN }}
Original file line number Diff line number Diff line change 66 publish :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v4
9+ - uses : actions/checkout@v6
1010 - uses : actions/setup-java@v4
1111 with :
1212 distribution : " temurin"
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 name : " Upload SCIP"
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v6
1313 - uses : actions/setup-java@v3
1414 with :
1515 distribution : " temurin"
You can’t perform that action at this time.
0 commit comments