File tree 3 files changed +12
-8
lines changed
3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
release :
10
- runs-on : ubuntu-latest
10
+ runs-on : ubuntu-22.04
11
11
steps :
12
-
12
+ - uses : actions/checkout@v3
13
+ - name : Install GraphViz
14
+ run : sudo apt-get install graphviz -y
13
15
- name : Set up JDK 11
14
- uses : actions/setup-java@v3.12.0
16
+ uses : actions/setup-java@v3
15
17
with :
16
18
java-version : 11
17
19
distribution : temurin
@@ -31,11 +33,13 @@ jobs:
31
33
env :
32
34
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
33
35
publish_dockerhub :
34
- runs-on : ubuntu-latest
36
+ runs-on : ubuntu-22.04
35
37
steps :
36
-
38
+ - uses : actions/checkout@v3
39
+ - name : Install GraphViz
40
+ run : sudo apt-get install graphviz -y
37
41
- name : Set up JDK 11
38
- uses : actions/setup-java@v3.12.0
42
+ uses : actions/setup-java@v3
39
43
with :
40
44
java-version : 11
41
45
distribution : temurin
Original file line number Diff line number Diff line change 5
5
<artifactId >kroki</artifactId >
6
6
<name >kroki</name >
7
7
<packaging >pom</packaging >
8
- <version >0.21.3 </version >
8
+ <version >0.22.0 </version >
9
9
<properties >
10
10
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
11
11
</properties >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >kroki</artifactId >
7
7
<groupId >io.kroki</groupId >
8
- <version >0.21.3 </version >
8
+ <version >0.22.0 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
You can’t perform that action at this time.
0 commit comments