diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 55050a9..77d333a 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -22,5 +22,5 @@ jobs: with: build-scan-terms-of-use-url: https://gradle.com/help/legal-terms-of-use 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 f8916a5..2efde4b 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/help/legal-terms-of-use 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 }}