Skip to content

Commit 73a1a9a

Browse files
Update testlens-app/setup-testlens action to v1.9.2
1 parent 64ce4b1 commit 73a1a9a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
with:
2727
build-scan-terms-of-use-url: "https://gradle.com/help/legal-terms-of-use"
2828
build-scan-terms-of-use-agree: "yes"
29-
- uses: testlens-app/setup-testlens@v1.8.0
29+
- uses: testlens-app/setup-testlens@v1.9.2
3030
- run: "./gradlew build"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
build-scan-terms-of-use-url: "https://gradle.com/help/legal-terms-of-use"
1818
build-scan-terms-of-use-agree: "yes"
19-
- uses: testlens-app/setup-testlens@v1.8.0
19+
- uses: testlens-app/setup-testlens@v1.9.2
2020
- run: "./gradlew :publishPlugin --no-configuration-cache"
2121
env:
2222
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}

0 commit comments

Comments
 (0)