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