Update GitHub action versions

This commit is contained in:
Kirill Kamakin
2022-10-31 20:17:25 +01:00
parent 61f17d6fe4
commit ceb091b73c
2 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
@@ -17,7 +17,7 @@ jobs:
run: ./gradlew check coverageReport sonar --no-daemon --no-configuration-cache --no-build-cache
- name: Publish test reports
uses: mikepenz/action-junit-report@v2
uses: mikepenz/action-junit-report@v3
if: always() # always run even if the previous step fails
with:
report_paths: './**/build/test-results/**/TEST-*.xml'