diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 307bb70af..86c3b51e3 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -26,7 +26,7 @@ jobs: tests: name: Test needs: [soundness, validate_format_config] - uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@0.0.14 + uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@0.0.15 with: linux_exclude_swift_versions: '[{"swift_version": "5.9"}, {"swift_version": "5.10"}, {"swift_version": "nightly-main"}, {"swift_version": "nightly-6.4.x"}]' macos_xcode_versions: '["swift_6.1", "swift_6.2", "swift_6.3", "swift_6.4"]' @@ -64,7 +64,7 @@ jobs: soundness: name: Soundness - uses: swiftlang/github-workflows/.github/workflows/soundness.yml@0.0.14 + uses: swiftlang/github-workflows/.github/workflows/soundness.yml@0.0.15 with: shell_check_enabled: false # bug: https://github.com/apple/swift-argument-parser/issues/703 api_breakage_check_enabled: false # re-enable after https://github.com/apple/swift-argument-parser/pull/908 diff --git a/.github/workflows/pull_request_dependency_check.yaml b/.github/workflows/pull_request_dependency_check.yaml index ec7b1f15b..2f8efd7f2 100644 --- a/.github/workflows/pull_request_dependency_check.yaml +++ b/.github/workflows/pull_request_dependency_check.yaml @@ -11,4 +11,4 @@ permissions: jobs: check_dependencies: name: "Check GitHub PR Dependencies" - uses: swiftlang/github-workflows/.github/workflows/github_actions_dependencies.yml@0.0.14 + uses: swiftlang/github-workflows/.github/workflows/github_actions_dependencies.yml@0.0.15