Update checkout references to 1.12.x

This commit is contained in:
eugene yokota 2025-11-03 14:11:11 -05:00 committed by GitHub
parent aee4229fd0
commit 854d76b761
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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