File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
julia-version : ['1.10']
22
22
group : ['Core']
23
23
steps :
24
- - uses : actions/checkout@v4
24
+ - uses : actions/checkout@v5
25
25
- uses : julia-actions/setup-julia@v2
26
26
with :
27
27
version : ${{ matrix.julia-version }}
Original file line number Diff line number Diff line change @@ -56,14 +56,14 @@ jobs:
56
56
- {user: SciML, repo: SciMLSensitivity.jl, group: SDE3}
57
57
58
58
steps :
59
- - uses : actions/checkout@v4
59
+ - uses : actions/checkout@v5
60
60
- uses : julia-actions/setup-julia@v2
61
61
with :
62
62
version : ${{ matrix.julia-version }}
63
63
arch : x64
64
64
- uses : julia-actions/julia-buildpkg@latest
65
65
- name : Clone Downstream
66
- uses : actions/checkout@v4
66
+ uses : actions/checkout@v5
67
67
with :
68
68
repository : ${{ matrix.package.user }}/${{ matrix.package.repo }}
69
69
path : downstream
You can’t perform that action at this time.
0 commit comments