mirror of https://github.com/sbt/sbt.git
Update checkout references to 1.12.x
This commit is contained in:
parent
aee4229fd0
commit
854d76b761
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue