@@ -183,6 +183,7 @@ jobs:
183183 swift_markdown_revision : ${{ steps.context.outputs.swift_markdown_revision }}
184184 swift_package_manager_revision : ${{ steps.context.outputs.swift_package_manager_revision }}
185185 swift_revision : ${{ steps.context.outputs.swift_revision }}
186+ swift_subprocess_revision : ${{ steps.context.outputs.swift_subprocess_revision }}
186187 swift_syntax_revision : ${{ steps.context.outputs.swift_syntax_revision }}
187188 swift_system_revision : ${{ steps.context.outputs.swift_system_revision }}
188189 swift_testing_revision : ${{ steps.context.outputs.swift_testing_revision }}
@@ -278,6 +279,7 @@ jobs:
278279 swift_lmdb_revision=refs/heads/main
279280 swift_markdown_revision=refs/tags/${{ inputs.swift_tag }}
280281 swift_package_manager_revision=refs/tags/${{ inputs.swift_tag }}
282+ swift_subprocess_revision=refs/heads/main
281283 swift_syntax_revision=refs/tags/${{ inputs.swift_tag }}
282284 swift_system_revision=refs/tags/1.3.0
283285 swift_testing_revision=refs/heads/main
@@ -831,6 +833,7 @@ jobs:
831833 swift_markdown_revision : ${{ needs.context.outputs.swift_markdown_revision }}
832834 swift_package_manager_revision : ${{ needs.context.outputs.swift_package_manager_revision }}
833835 swift_revision : ${{ needs.context.outputs.swift_revision }}
836+ swift_subprocess_revision : ${{ needs.context.outputs.swift_subprocess_revision }}
834837 swift_syntax_revision : ${{ needs.context.outputs.swift_syntax_revision }}
835838 swift_system_revision : ${{ needs.context.outputs.swift_system_revision }}
836839 swift_testing_revision : ${{ needs.context.outputs.swift_testing_revision }}
@@ -914,6 +917,7 @@ jobs:
914917 swift_markdown_revision : ${{ needs.context.outputs.swift_markdown_revision }}
915918 swift_package_manager_revision : ${{ needs.context.outputs.swift_package_manager_revision }}
916919 swift_revision : ${{ needs.context.outputs.swift_revision }}
920+ swift_subprocess_revision : ${{ needs.context.outputs.swift_subprocess_revision }}
917921 swift_syntax_revision : ${{ needs.context.outputs.swift_syntax_revision }}
918922 swift_system_revision : ${{ needs.context.outputs.swift_system_revision }}
919923 swift_testing_revision : ${{ needs.context.outputs.swift_testing_revision }}
0 commit comments