Skip to content

Commit 7848cc1

Browse files
authored
Update buildsrc unit test action to 1.6 (#4560)
1 parent c5f612a commit 7848cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-src-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
./gradlew -b buildSrc/build.gradle.kts -PenablePluginTests=true check
2828
- name: Publish Test Results
29-
uses: EnricoMi/publish-unit-test-result-action@94ba6dbddef5ec4aa827fc275cf7d563bc4d398f
29+
uses: EnricoMi/publish-unit-test-result-action@b9f6c61d965bcaa18acc02d6daf706373a448f02
3030
with:
3131
files: "**/build/test-results/**/*.xml"
3232
check_name: "buildSrc Test Results"

0 commit comments

Comments
 (0)