@@ -183,6 +183,7 @@ jobs:
183
183
swift_markdown_revision : ${{ steps.context.outputs.swift_markdown_revision }}
184
184
swift_package_manager_revision : ${{ steps.context.outputs.swift_package_manager_revision }}
185
185
swift_revision : ${{ steps.context.outputs.swift_revision }}
186
+ swift_subprocess_revision : ${{ steps.context.outputs.swift_subprocess_revision }}
186
187
swift_syntax_revision : ${{ steps.context.outputs.swift_syntax_revision }}
187
188
swift_system_revision : ${{ steps.context.outputs.swift_system_revision }}
188
189
swift_testing_revision : ${{ steps.context.outputs.swift_testing_revision }}
@@ -278,6 +279,7 @@ jobs:
278
279
swift_lmdb_revision=refs/heads/main
279
280
swift_markdown_revision=refs/tags/${{ inputs.swift_tag }}
280
281
swift_package_manager_revision=refs/tags/${{ inputs.swift_tag }}
282
+ swift_subprocess_revision=refs/heads/main
281
283
swift_syntax_revision=refs/tags/${{ inputs.swift_tag }}
282
284
swift_system_revision=refs/tags/1.3.0
283
285
swift_testing_revision=refs/heads/main
@@ -831,6 +833,7 @@ jobs:
831
833
swift_markdown_revision : ${{ needs.context.outputs.swift_markdown_revision }}
832
834
swift_package_manager_revision : ${{ needs.context.outputs.swift_package_manager_revision }}
833
835
swift_revision : ${{ needs.context.outputs.swift_revision }}
836
+ swift_subprocess_revision : ${{ needs.context.outputs.swift_subprocess_revision }}
834
837
swift_syntax_revision : ${{ needs.context.outputs.swift_syntax_revision }}
835
838
swift_system_revision : ${{ needs.context.outputs.swift_system_revision }}
836
839
swift_testing_revision : ${{ needs.context.outputs.swift_testing_revision }}
@@ -914,6 +917,7 @@ jobs:
914
917
swift_markdown_revision : ${{ needs.context.outputs.swift_markdown_revision }}
915
918
swift_package_manager_revision : ${{ needs.context.outputs.swift_package_manager_revision }}
916
919
swift_revision : ${{ needs.context.outputs.swift_revision }}
920
+ swift_subprocess_revision : ${{ needs.context.outputs.swift_subprocess_revision }}
917
921
swift_syntax_revision : ${{ needs.context.outputs.swift_syntax_revision }}
918
922
swift_system_revision : ${{ needs.context.outputs.swift_system_revision }}
919
923
swift_testing_revision : ${{ needs.context.outputs.swift_testing_revision }}
0 commit comments