File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 runs-on : ${{ matrix.os }}
3838 steps :
3939 - name : Checkout
40- uses : actions/checkout@v4
40+ uses : actions/checkout@v5
4141 - name : Setup JDK
4242 uses : actions/setup-java@v4
4343 with :
7878 sbt -v -Dfile.encoding=UTF-8 "-Dbenchmark.pattern=.*AnalysisFormatBenchmark.*" "runBenchmarks"
7979 - name : Checkout Target Branch (4-6)
8080 if : ${{ github.event_name == 'pull_request' && (matrix.jobtype >= 4 && matrix.jobtype <= 6) }}
81- uses : actions/checkout@v4
81+ uses : actions/checkout@v5
8282 with :
8383 ref : ${{ github.event.pull_request.base.ref }}
8484 - name : Benchmark (Scalac) against Target Branch (4)
Original file line number Diff line number Diff line change 1212 name : Submit Dependency Graph
1313 runs-on : ubuntu-latest # or windows-latest, or macOS-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - uses : sbt/setup-sbt@v1
1717 - uses : scalacenter/sbt-dependency-submission@v3
You can’t perform that action at this time.
0 commit comments