File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010jobs :
1111 create_merge_pr :
1212 name : Create PR to merge main into release branch
13- uses : swiftlang/github-workflows/.github/workflows/create_automerge_pr.yml@0.0.11
13+ uses : swiftlang/github-workflows/.github/workflows/create_automerge_pr.yml@0.0.12
1414 with :
1515 base_branch : release/6.2
1616 permissions :
Original file line number Diff line number Diff line change 3535 fi
3636 test :
3737 name : Test in ${{ matrix.release && 'Release' || 'Debug' }} configuration
38- uses : swiftlang/github-workflows/.github/workflows/swift_package_test.yml@0.0.11
38+ uses : swiftlang/github-workflows/.github/workflows/swift_package_test.yml@0.0.12
3939 strategy :
4040 fail-fast : false
4141 matrix :
Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ concurrency:
1616jobs :
1717 tests :
1818 name : Test
19- uses : swiftlang/github-workflows/.github/workflows/swift_package_test.yml@0.0.11
19+ uses : swiftlang/github-workflows/.github/workflows/swift_package_test.yml@0.0.12
2020 with :
2121 enable_wasm_sdk_build : true
2222 wasm_sdk_build_command : " swift test -c release --explicit-target-dependency-import-check error --toolset Toolsets/wasi-test-toolset.json"
2323 linux_build_command : " swift test --explicit-target-dependency-import-check error"
2424 windows_build_command : " Invoke-Program swift test --explicit-target-dependency-import-check error"
2525 soundness :
2626 name : Soundness
27- uses : swiftlang/github-workflows/.github/workflows/soundness.yml@0.0.11
27+ uses : swiftlang/github-workflows/.github/workflows/soundness.yml@0.0.12
2828 with :
2929 api_breakage_check_enabled : false # https://github.com/swiftlang/swift-syntax/issues/3010
3030 docs_check_additional_arguments : " --disable-parameters-and-returns-validation"
You can’t perform that action at this time.
0 commit comments