File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102102 uses : actions/checkout@v5
103103
104104 - name : Run Swift Syntax Compatibility Check
105- uses : davdroman/swift-macro-compatibility-check@from-version
105+ uses : davdroman/swift-macro-compatibility-check@main
106106 with :
107107 run-tests : false
108108 from-version : " 601.0.0"
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ package.dependencies += [
4242 . package ( url: " https://github.com/davdroman/swift-builders " , from: " 0.10.0 " ) ,
4343 . package ( url: " https://github.com/pointfreeco/swift-custom-dump " , from: " 1.0.0 " ) ,
4444 . package ( url: " https://github.com/pointfreeco/swift-macro-testing " , from: " 0.6.0 " ) ,
45- . package ( url: " https://github.com/swiftlang/swift-syntax " , " 600.0.0 " ..< " 603 .0.0" ) ,
45+ . package ( url: " https://github.com/swiftlang/swift-syntax " , " 600.0.0 " ..< " 604 .0.0" ) ,
4646]
4747
4848for target in package . targets {
You can’t perform that action at this time.
0 commit comments