From 55cbb6838949b5547a16cca9b2c2b53e9d9fa8d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 09:46:42 +0000 Subject: [PATCH] Bump swiftlang/github-workflows/.github/workflows/swift_package_test.yml Bumps [swiftlang/github-workflows/.github/workflows/swift_package_test.yml](https://github.com/swiftlang/github-workflows) from 0.0.8 to 0.0.9. - [Release notes](https://github.com/swiftlang/github-workflows/releases) - [Commits](https://github.com/swiftlang/github-workflows/compare/61db6917df4ec2ddeeb493757e2d1effd46af855...f84da042883848ad67aadd051dc322eec18660d3) --- updated-dependencies: - dependency-name: swiftlang/github-workflows/.github/workflows/swift_package_test.yml dependency-version: 0.0.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e5a8140..0bc2266 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,7 +27,7 @@ jobs: tests: name: swifttests # Note: this commit is used in soundness & swifttests workflows, so they should be kept in sync - uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@61db6917df4ec2ddeeb493757e2d1effd46af855 # 0.0.8 + uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@f84da042883848ad67aadd051dc322eec18660d3 # 0.0.9 with: # https://github.com/apple/swift-distributed-tracing/issues/165 enable_windows_checks: false