Skip to content

Commit c51e5d1

Browse files
Upgrade some test dependencies (#2382)
1 parent cdbc520 commit c51e5d1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: ./gradlew --no-daemon temporal-sdk:testResourceIndependent -x checkLicenseMain -x checkLicenses -x spotlessCheck -x spotlessApply -x spotlessJava -P edgeDepsTest
4141

4242
- name: Publish Test Report
43-
uses: mikepenz/action-junit-report@v4
43+
uses: mikepenz/action-junit-report@v5
4444
if: success() || failure() # always run even if the previous step fails
4545
with:
4646
report_paths: '**/build/test-results/test/TEST-*.xml'
@@ -89,7 +89,7 @@ jobs:
8989
run: ./gradlew --no-daemon :temporal-sdk:virtualThreadTests -x checkLicenseMain -x checkLicenses -x spotlessCheck -x spotlessApply -x spotlessJava
9090

9191
- name: Publish Test Report
92-
uses: mikepenz/action-junit-report@v4
92+
uses: mikepenz/action-junit-report@v5
9393
if: success() || failure() # always run even if the previous step fails
9494
with:
9595
report_paths: '**/build/test-results/test/TEST-*.xml'
@@ -128,7 +128,7 @@ jobs:
128128
run: ./gradlew --no-daemon :temporal-sdk:test --tests '*CloudOperationsClientTest'
129129

130130
- name: Publish Test Report
131-
uses: mikepenz/action-junit-report@v4
131+
uses: mikepenz/action-junit-report@v5
132132
if: success() || failure() # always run even if the previous step fails
133133
with:
134134
report_paths: '**/build/test-results/test/TEST-*.xml'

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
id 'org.cadixdev.licenser' version '0.6.1'
1010
id 'com.palantir.git-version' version "${palantirGitVersionVersion}" apply false
1111
id 'io.github.gradle-nexus.publish-plugin' version '1.3.0'
12-
id 'com.diffplug.spotless' version '6.25.0' apply false
12+
id 'com.diffplug.spotless' version '7.0.2' apply false
1313
id 'com.github.nbaztec.coveralls-jacoco' version "1.2.20" apply false
1414

1515
// id 'org.jetbrains.kotlin.jvm' version '1.4.32'

0 commit comments

Comments
 (0)