Skip to content

Commit 6bcb332

Browse files
committed
update 2024-11-06T16:53:34
1 parent 01fe9e2 commit 6bcb332

File tree

6 files changed

+165
-138
lines changed

6 files changed

+165
-138
lines changed

.github/workflows/allure-report.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Clone repository
15-
uses: actions/checkout@v4.1.1
15+
uses: actions/checkout@v4.2.2
1616

1717
- name: Set up Java 21
18-
uses: actions/setup-java@v4.2.1
18+
uses: actions/setup-java@v4.5.0
1919
with:
2020
java-version: 21
2121
cache: 'maven'
@@ -26,23 +26,23 @@ jobs:
2626
continue-on-error: true
2727

2828
- name: Setup Allure History
29-
uses: actions/checkout@v4.1.1
29+
uses: actions/checkout@v4.2.2
3030
if: always()
3131
continue-on-error: true
3232
with:
3333
ref: gh-pages
3434
path: gh-pages
3535

3636
- name: Generate Allure Report
37-
uses: simple-elf/allure-report-action@v1.9
37+
uses: simple-elf/allure-report-action@v1.11
3838
if: always()
3939
with:
4040
allure_results: target/allure-results
4141
allure_history: allure-history
4242

4343
- name: Publish Allure Report
4444
if: always()
45-
uses: peaceiris/actions-gh-pages@v3.9.3
45+
uses: peaceiris/actions-gh-pages@v4.0.0
4646
with:
4747
github_token: ${{ secrets.GITHUB_TOKEN }}
4848
publish_branch: gh-pages

.mvn/wrapper/maven-wrapper.jar

481 Bytes
Binary file not shown.

.mvn/wrapper/maven-wrapper.properties

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# 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

0 commit comments

Comments
 (0)