File tree Expand file tree Collapse file tree 6 files changed +165
-138
lines changed Expand file tree Collapse file tree 6 files changed +165
-138
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Clone repository
15
- uses : actions/checkout@v4.1.1
15
+ uses : actions/checkout@v4.2.2
16
16
17
17
- name : Set up Java 21
18
- uses : actions/setup-java@v4.2.1
18
+ uses : actions/setup-java@v4.5.0
19
19
with :
20
20
java-version : 21
21
21
cache : ' maven'
@@ -26,23 +26,23 @@ jobs:
26
26
continue-on-error : true
27
27
28
28
- name : Setup Allure History
29
- uses : actions/checkout@v4.1.1
29
+ uses : actions/checkout@v4.2.2
30
30
if : always()
31
31
continue-on-error : true
32
32
with :
33
33
ref : gh-pages
34
34
path : gh-pages
35
35
36
36
- name : Generate Allure Report
37
- uses : simple-elf/allure-report-action@v1.9
37
+ uses : simple-elf/allure-report-action@v1.11
38
38
if : always()
39
39
with :
40
40
allure_results : target/allure-results
41
41
allure_history : allure-history
42
42
43
43
- name : Publish Allure Report
44
44
if : always()
45
- uses : peaceiris/actions-gh-pages@v3.9.3
45
+ uses : peaceiris/actions-gh-pages@v4.0.0
46
46
with :
47
47
github_token : ${{ secrets.GITHUB_TOKEN }}
48
48
publish_branch : gh-pages
Original file line number Diff line number Diff line change 14
14
# KIND, either express or implied. See the License for the
15
15
# specific language governing permissions and limitations
16
16
# under the License.
17
- distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.zip
18
- wrapperUrl =https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
17
+ wrapperVersion =3.3.2
18
+ distributionType =bin
19
+ distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
20
+ wrapperUrl =https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar
You can’t perform that action at this time.
0 commit comments