Skip to content

Commit 42da262

Browse files
renovate[bot]alexshamrai
authored andcommitted
fix(deps): update all dependencies
1 parent 46f5c35 commit 42da262

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check-ctrf.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: ./gradlew :integration-tests:test -Dthreads=${{ github.event.inputs.threads }}
3131

3232
- name: Publish CTRF Test Report
33-
uses: ctrf-io/[email protected].13
33+
uses: ctrf-io/[email protected].14
3434
with:
3535
report-path: 'integration-tests/build/test-results/test/ctrf-report.json'
3636

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: ./gradlew test -x :integration-tests:test
3131

3232
- name: Publish CTRF Test Report
33-
uses: ctrf-io/[email protected].13
33+
uses: ctrf-io/[email protected].14
3434
with:
3535
report-path: 'ctrf-report.json'
3636
if: always()

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id 'java'
55
id 'signing'
66
id 'checkstyle'
7-
id 'com.vanniktech.maven.publish' version '0.30.0'
7+
id 'com.vanniktech.maven.publish' version '0.31.0'
88
}
99

1010
group = 'io.github.alexshamrai'

0 commit comments

Comments
 (0)