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