Skip to content

Commit 094a400

Browse files
committed
Pinned to release
1 parent f8e0ae3 commit 094a400

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ jobs:
5959
check_name: "Unit Test Results ${{ matrix.os }} / ${{ matrix.java }}"
6060
files: "**/target/surefire-reports/*.xml"
6161
- name: Publish Unit Test Results
62-
uses: EnricoMi/publish-unit-test-result-action/windows/bash@v2.20.0
62+
uses: EnricoMi/publish-unit-test-result-action/windows/bash@v2
6363
if: (success() || failure()) && runner.os == 'Windows'
6464
with:
6565
check_name: "Unit Test Results ${{ matrix.os }} / ${{ matrix.java }}"
6666
files: "**/target/surefire-reports/*.xml"
67-
- uses: mmprogrami/after-maven-action@main
67+
- uses: mmprogrami/after-maven-action@v1
6868
if: true
6969

7070

0 commit comments

Comments
 (0)