File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
- ' 1.6'
27
27
- ' ~1.9.0-0'
28
28
steps :
29
- - uses : actions/checkout@v2
29
+ - uses : actions/checkout@v3
30
30
- uses : julia-actions/setup-julia@v1
31
31
with :
32
32
version : ${{ matrix.version }}
Original file line number Diff line number Diff line change 11
11
build :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v3
15
15
- uses : julia-actions/setup-julia@v1
16
16
with :
17
17
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@v3
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