From 854d76b761a013a356bda3b3e14b2481046d5212 Mon Sep 17 00:00:00 2001 From: eugene yokota Date: Mon, 3 Nov 2025 14:11:11 -0500 Subject: [PATCH] Update checkout references to 1.12.x --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3f264a16..0a5682d4c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,13 +59,13 @@ jobs: uses: actions/checkout@v5 with: repository: sbt/librarymanagement - ref: develop + ref: 1.12.x path: librarymanagement - name: Checkout sbt/zinc uses: actions/checkout@v5 with: repository: sbt/zinc - ref: 1.10.x + ref: 1.12.x path: zinc - name: Setup JDK uses: actions/setup-java@v5