File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
arch :
29
29
- x64
30
30
steps :
31
- - uses : actions/checkout@v3
31
+ - uses : actions/checkout@v4
32
32
- uses : julia-actions/setup-julia@v1
33
33
with :
34
34
version : ${{ matrix.version }}
58
58
arch :
59
59
- x64
60
60
steps :
61
- - uses : actions/checkout@v3
61
+ - uses : actions/checkout@v4
62
62
- uses : julia-actions/setup-julia@v1
63
63
with :
64
64
version : ${{ matrix.version }}
Original file line number Diff line number Diff line change 9
9
build :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
- uses : julia-actions/setup-julia@latest
14
14
with :
15
15
version : ' 1'
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@v1
24
+ - uses : actions/checkout@v4
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
#
You can’t perform that action at this time.
0 commit comments