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 }}