File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33 # SECRET_CODECOV_TOKEN: "..."
44
55steps :
6- - label : " Julia 1.8 "
6+ - label : " Julia 1.11 "
77 plugins :
88 - JuliaCI/julia#v0.5:
9- version : " 1.8 "
9+ version : " 1.11 "
1010 - JuliaCI/julia-test#v0.3: ~
1111 # - JuliaCI/julia-coverage#v0.3:
1212 # codecov: true
Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ jobs:
3030 - ' 1' # automatically expands to the latest stable 1.x release of Julia
3131 # - 'nightly'
3232 steps :
33- - uses : actions/checkout@v2
34- - uses : julia-actions/setup-julia@v1
33+ - uses : actions/checkout@v5
34+ - uses : julia-actions/setup-julia@v2
3535 with :
3636 version : ${{ matrix.version }}
3737 arch : ${{ matrix.arch }}
38- - uses : actions/cache@v1
38+ - uses : actions/cache@v4
3939 env :
4040 cache-name : cache-artifacts
4141 with :
You can’t perform that action at this time.
0 commit comments