File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
name : Doc
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v2
12
+ - uses : actions/checkout@v3
13
13
with :
14
14
submodules : true
15
15
- name : Install Dependencies
Original file line number Diff line number Diff line change 9
9
matrix :
10
10
os : [ubuntu-latest, macos-latest]
11
11
steps :
12
- - uses : actions/checkout@v2
12
+ - uses : actions/checkout@v3
13
13
with :
14
14
submodules : true
15
15
- name : Cache maven packages
Original file line number Diff line number Diff line change 10
10
os : [self-hosted]
11
11
if : ${{ false }}
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v3
14
14
with :
15
15
submodules : true
16
16
- name : Build
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ project(libgrape-lite C CXX)
4
4
5
5
set (LIBGRAPELITE_MAJOR_VERSION 0)
6
6
set (LIBGRAPELITE_MINOR_VERSION 3)
7
- set (LIBGRAPELITE_PATCH_VERSION 1 )
7
+ set (LIBGRAPELITE_PATCH_VERSION 3 )
8
8
set (LIBGRAPELITE_VERSION ${LIBGRAPELITE_MAJOR_VERSION} .${LIBGRAPELITE_MINOR_VERSION} .${LIBGRAPELITE_PATCH_VERSION} )
9
9
10
10
# ------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments