diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5816984..c350c0f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: distribution: temurin java-version: '21' - - uses: gradle/actions/setup-gradle@3f131e8634966bd73d06cc69884922b02e6faf92 # v6.2.0 + - uses: gradle/actions/setup-gradle@9c971963bec38e04b3d30dcc455b5382be2fdbfb # v6.3.0 - name: Run unit tests run: ./gradlew test diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index afe59d7..ee5a9cb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: distribution: temurin java-version: '21' - - uses: gradle/actions/setup-gradle@3f131e8634966bd73d06cc69884922b02e6faf92 # v6.2.0 + - uses: gradle/actions/setup-gradle@9c971963bec38e04b3d30dcc455b5382be2fdbfb # v6.3.0 # Guard: the exact tagged commit is re-tested before we ship a signed APK. # Lint is skipped here — it's static and already covered on the PR.