From 32a92fd9f4f488c51ee91b98f98c1c328af0b9c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 03:47:37 +0000 Subject: [PATCH] Update testlens-app/setup-testlens action to v1.9.2 --- .github/workflows/ci-build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index fc83bb6..47beab4 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -19,5 +19,5 @@ jobs: with: build-scan-terms-of-use-url: https://gradle.com/terms-of-service build-scan-terms-of-use-agree: yes - - uses: testlens-app/setup-testlens@v1.8.0 + - uses: testlens-app/setup-testlens@v1.9.2 - run: "./gradlew build" \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bce4338..aba47fa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: with: build-scan-terms-of-use-url: https://gradle.com/terms-of-service build-scan-terms-of-use-agree: yes - - uses: testlens-app/setup-testlens@v1.8.0 + - uses: testlens-app/setup-testlens@v1.9.2 - run: "./gradlew :publishPlugin --no-configuration-cache" env: SIGNING_KEY: ${{ secrets.SIGNING_KEY }}