File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 benchmark :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121
2222 - name : Download Buildkite Artifacts
2323 id : download
Original file line number Diff line number Diff line change 1010 CompatHelper :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 - name : " Get Julia compatibility"
1515 id : julia_compat
1616 # NOTE: this requires a Julia compat lower-bound with minor version!
Original file line number Diff line number Diff line change 1616 if : github.event.pull_request.draft == false
1717 steps :
1818 - name : Check out repository
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020 with :
2121 ref : ${{github.event.pull_request.head.ref}}
2222 repository : ${{github.event.pull_request.head.repo.full_name}}
Original file line number Diff line number Diff line change 3636 arch : aarch64
3737
3838 steps :
39- - uses : actions/checkout@v4
39+ - uses : actions/checkout@v5
4040 - uses : julia-actions/setup-julia@v2
4141 with :
4242 version : ${{ matrix.version }}
You can’t perform that action at this time.
0 commit comments