File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99 CompatHelper :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313 - name : Get Julia compatibility
1414 id : julia_compat
1515 # NOTE: this requires a Julia compat lower-bound with minor version!
Original file line number Diff line number Diff line change 99 ManifestUpdater :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313 - name : Get Julia compatibility
1414 id : julia_compat
1515 # NOTE: this requires a julia compat lower-bound with minor version!
Original file line number Diff line number Diff line change 1717 os : [ubuntu-latest, macOS-latest, windows-latest]
1818 arch : [x64]
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121 - uses : julia-actions/setup-julia@v1
2222 with :
2323 version : ${{ matrix.version }}
7070 os : ' windows-latest'
7171 arch : ' x64'
7272 steps :
73- - uses : actions/checkout@v3
74- - uses : actions/checkout@v3
73+ - uses : actions/checkout@v4
74+ - uses : actions/checkout@v4
7575 with :
7676 repository : ' JuliaLang/julia'
7777 ref : ${{ matrix.branch }}
You can’t perform that action at this time.
0 commit comments