From 448241798f388a2691da8f36bee98f54b12aecbf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 21:27:42 +0000 Subject: [PATCH] Update testlens-app/setup-testlens action to v1.9.0 --- .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..56b9930 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.0 - run: "./gradlew build" \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bce4338..c3c2a46 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.0 - run: "./gradlew :publishPlugin --no-configuration-cache" env: SIGNING_KEY: ${{ secrets.SIGNING_KEY }}