From a4499778076e12d3ee99d2404db9c42f1f9bdaf6 Mon Sep 17 00:00:00 2001 From: Andrew Eisenberg Date: Fri, 14 Jun 2024 13:40:48 -0700 Subject: [PATCH] Update setup-kotlin --- .github/actions/prepare-test/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/prepare-test/action.yml b/.github/actions/prepare-test/action.yml index a8838aeef5..608b7ec6fe 100644 --- a/.github/actions/prepare-test/action.yml +++ b/.github/actions/prepare-test/action.yml @@ -63,7 +63,7 @@ runs: exit 1 fi - - uses: fwilhe2/setup-kotlin@fa932efcc943c56bfd69ddace2e61129eb495d58 + - uses: fwilhe2/setup-kotlin@9c245a6425255f5e98ba1ce6c15d31fce7eca9da if: ${{ inputs.setup-kotlin }} == "true" with: - version: 1.7.21 + version: 1.8.21