diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 07eda50..c389dbb 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -21,7 +21,7 @@ jobs: distribution: temurin java-version: '25' - - uses: gradle/actions/setup-gradle@v4 + - uses: gradle/actions/setup-gradle@v6 # `build` runs both `test` and `strictTest`: section 7.5 asks for the full suite to run under # strict mode in CI, and the strict-mode checks are exactly the ones that catch a contract