This repository was archived by the owner on Aug 22, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 19
19
- ' 1' # Latest Release
20
20
- ' 1.10' # future LTS
21
21
steps :
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@v5
23
23
- uses : julia-actions/setup-julia@v2
24
24
with :
25
25
version : ${{ matrix.version }}
Original file line number Diff line number Diff line change 12
12
build :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
- uses : julia-actions/setup-julia@latest
17
17
with :
18
18
version : ' 1'
Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ jobs:
24
24
- {user: SciML, repo: BoundaryValueDiffEq.jl, group: All}
25
25
26
26
steps :
27
- - uses : actions/checkout@v4
27
+ - uses : actions/checkout@v5
28
28
- uses : julia-actions/setup-julia@v2
29
29
with :
30
30
version : ${{ matrix.julia-version }}
31
31
arch : x64
32
32
- uses : julia-actions/julia-buildpkg@latest
33
33
- name : Clone Downstream
34
- uses : actions/checkout@v4
34
+ uses : actions/checkout@v5
35
35
with :
36
36
repository : ${{ matrix.package.user }}/${{ matrix.package.repo }}
37
37
path : downstream
Original file line number Diff line number Diff line change 21
21
with :
22
22
version : ${{ matrix.julia-version }}
23
23
24
- - uses : actions/checkout@v4
24
+ - uses : actions/checkout@v5
25
25
- name : Install JuliaFormatter and format
26
26
# This will use the latest version by default but you can set the version like so:
27
27
#
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
19
19
- uses : julia-actions/setup-julia@v2
20
20
with :
21
21
version : ' 1'
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@v5
23
23
- uses : julia-actions/julia-buildpkg@v1
24
24
- uses : julia-actions/julia-invalidations@v1
25
25
id : invs_pr
26
26
27
- - uses : actions/checkout@v4
27
+ - uses : actions/checkout@v5
28
28
with :
29
29
ref : ${{ github.event.repository.default_branch }}
30
30
- uses : julia-actions/julia-buildpkg@v1
You can’t perform that action at this time.
0 commit comments