From e9d0353d6394c4de0108b3c743660abb29f5631f Mon Sep 17 00:00:00 2001
From: Katsute <58778985+Katsute@users.noreply.github.com>
Date: Tue, 14 Mar 2023 12:25:19 -0400
Subject: [PATCH] fix ci
---
.github/workflows/mal_ci.yml | 11 ++++++++---
CHANGELOG.md | 9 +++++++++
pom.xml | 2 +-
3 files changed, 18 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/mal_ci.yml b/.github/workflows/mal_ci.yml
index 56cf37ea..b086a6db 100644
--- a/.github/workflows/mal_ci.yml
+++ b/.github/workflows/mal_ci.yml
@@ -41,8 +41,13 @@ jobs:
continue-on-error: true
run: mvn test -fae --no-transfer-progress
- - name: ✔️ Generate Report
- uses: Katsute/Workflows/actions/java/report@main
+ - name: 📤 Checkout JUnit Report
+ uses: actions/checkout@v3
with:
+ repository: Katsute/JUnit-Report
+ ref: de7738388a346bf154c05cda387c31ae4fed0b00
+ path: ./.github/junit-report
token: ${{ secrets.BOT }}
- path: .
\ No newline at end of file
+
+ - name: ✔️ Generate Report
+ uses: ./.github/junit-report
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fe5045cc..20bfcc20 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+## 3.0.3
+
+### 📘 Dependencies
+
+* Bump maven-compiler-plugin from 3.10.1 to 3.11.0 [#368](https://github.com/KatsuteDev/Mal4J/pull/368) ([@dependabot](https://github.com/dependabot))
+* Bump maven-surefire-plugin from 3.0.0-M9 to 3.0.0 [#370](https://github.com/KatsuteDev/Mal4J/pull/370) ([@dependabot](https://github.com/dependabot))
+
+**Full Changelog**: [`3.0.2...3.0.3`](https://github.com/KatsuteDev/Mal4J/compare/3.0.2...3.0.3)
+
## 3.0.2
### 🔧 Optimizations
diff --git a/pom.xml b/pom.xml
index 089e654e..9520eb84 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
dev.katsute
mal4j
- 3.0.2
+ 3.0.3