From 730a2193f807743bf643461dc10056cf6579b578 Mon Sep 17 00:00:00 2001 From: Evan Wilde Date: Mon, 20 May 2024 13:04:25 -0700 Subject: [PATCH] Update swift-driver checkout `update-checkout` should be checking out the release/6.0 driver for Swift-6.0 builds instead of the main branch driver. --- utils/update_checkout/update-checkout-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/update_checkout/update-checkout-config.json b/utils/update_checkout/update-checkout-config.json index 2456d5989706d..b480ce5947255 100644 --- a/utils/update_checkout/update-checkout-config.json +++ b/utils/update_checkout/update-checkout-config.json @@ -168,7 +168,7 @@ "swift-crypto": "3.0.0", "swift-certificates": "1.0.1", "swift-asn1": "1.0.0", - "swift-driver": "main", + "swift-driver": "release/6.0", "swift-numerics": "1.0.2", "swift-syntax": "release/6.0", "swift-system": "1.2.1",