File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
matrix :
10
10
ocaml-version : [ '4.05.0', '4.04.2', '4.03.0' ]
11
11
steps :
12
- - uses : actions/checkout@master
13
- - uses : avsm/setup-ocaml@v1.0
12
+ - uses : actions/checkout@v2
13
+ - uses : avsm/setup-ocaml@v1
14
14
with :
15
15
ocaml-version : ${{ matrix.ocaml-version }}
16
16
- run : opam pin add -n cstruct.dev .
31
31
ocaml-version : [ '4.08.1', '4.07.1', '4.06.1' ]
32
32
operating-system : [macos-latest, ubuntu-latest, windows-latest]
33
33
steps :
34
- - uses : actions/checkout@master
35
- - uses : avsm/setup-ocaml@v1.0
34
+ - uses : actions/checkout@v2
35
+ - uses : avsm/setup-ocaml@v1
36
36
with :
37
37
ocaml-version : ${{ matrix.ocaml-version }}
38
38
- run : opam pin add -n .
49
49
ocaml-version : [ '4.08.1', '4.07.1' ]
50
50
operating-system : [macos-latest, ubuntu-latest]
51
51
steps :
52
- - uses : actions/checkout@master
53
- - uses : avsm/setup-ocaml@v1.0
52
+ - uses : actions/checkout@v2
53
+ - uses : avsm/setup-ocaml@v1
54
54
with :
55
55
ocaml-version : ${{ matrix.ocaml-version }}
56
56
- run : opam pin add -n .
You can’t perform that action at this time.
0 commit comments