File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed
Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 9898 fetch-depth : 0
9999
100100 - name : Set up JDK ${{ matrix.java-version }}
101- uses : actions/setup-java@v3
101+ uses : actions/setup-java@v4
102102 with :
103103 distribution : ' corretto'
104104 java-version : ${{ matrix.java-version }}
@@ -127,7 +127,7 @@ jobs:
127127 fetch-depth : 0
128128
129129 - name : Set up JDK ${{ matrix.java-version }}
130- uses : actions/setup-java@v3
130+ uses : actions/setup-java@v4
131131 with :
132132 distribution : ' corretto'
133133 java-version : ${{ matrix.java-version }}
@@ -156,7 +156,7 @@ jobs:
156156 fetch-depth : 0
157157
158158 - name : Set up JDK ${{ matrix.java-version }}
159- uses : actions/setup-java@v3
159+ uses : actions/setup-java@v4
160160 with :
161161 distribution : ' corretto'
162162 java-version : ${{ matrix.java-version }}
Original file line number Diff line number Diff line change 3737 fetch-depth : 0
3838
3939 - name : Set up JDK 17
40- uses : actions/setup-java@v3
40+ uses : actions/setup-java@v4
4141 with :
4242 distribution : ' corretto'
4343 java-version : 17
@@ -46,14 +46,14 @@ jobs:
4646 run : ./bld clean download clean compile javadoc
4747
4848 - name : Setup Pages
49- uses : actions/configure-pages@v3
49+ uses : actions/configure-pages@v5
5050
5151 - name : Upload artifact
52- uses : actions/upload-pages-artifact@v2
52+ uses : actions/upload-pages-artifact@v3
5353 with :
5454 # Upload generated Javadocs repository
5555 path : ' build/javadoc/'
5656
5757 - name : Deploy to GitHub Pages
5858 id : deployment
59- uses : actions/deploy-pages@v2
59+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 11bld.downloadExtensionJavadoc =false
22bld.downloadExtensionSources =true
33bld.downloadLocation =
4- bld.extension-antlr =com.uwyn.rife2:bld-antlr4:1.4.1
5- bld.extension-tests =com.uwyn.rife2:bld-tests-badge:1.6.1
4+ bld.extension-antlr =com.uwyn.rife2:bld-antlr4:1.4.2
5+ bld.extension-tests =com.uwyn.rife2:bld-tests-badge:1.6.2
66bld.javaOptions =
77bld.javacOptions =
88bld.repositories =MAVEN_CENTRAL,RIFE2_RELEASES
9- bld.version =2.2.0
9+ bld.version =2.2.1
Original file line number Diff line number Diff line change 1- 1.9.1
1+ 1.9.2-SNAPSHOT
You can’t perform that action at this time.
0 commit comments