From 9cd9d0f083996c1fc0be876fa1c63b439e62ff43 Mon Sep 17 00:00:00 2001 From: Gregory Mitchell <54124162+gmitch215@users.noreply.github.com> Date: Fri, 25 Oct 2024 19:55:50 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6981a202..8eba4c93 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,7 +59,7 @@ jobs: with: bun-version: latest - name: Install Kotlin - uses: gmitch215/setup-kotlin@8a96147fdb16a5f1c49af748a35e88291ed1af00 + uses: gmitch215/setup-kotlin@main with: version: '2.0.21' install-native: true