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 1313 runs-on : ubuntu-24.04
1414
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 with :
1818 ref : ${{ github.event.pull_request.head.ref }}
1919 repository : ${{ github.event.pull_request.head.repo.full_name }}
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Checkout repository
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919
2020 - name : Set up Java
2121 uses : actions/setup-java@v4
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616 - name : Build the CWLViewer Java Maven docker image
1717 run : docker build -f Dockerfile -t commonworkflowlanguage/cwlviewer:latest .
1818 - name : Confirm we can execute java in the container
You can’t perform that action at this time.
0 commit comments