From 982a8d4c438a962c25dd477a1054214188e48368 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 18:53:00 +0000 Subject: [PATCH] Bump the swiftlang-actions group with 2 updates Bumps the swiftlang-actions group with 2 updates: [swiftlang/github-workflows/.github/workflows/swift_package_test.yml](https://github.com/swiftlang/github-workflows) and [swiftlang/github-workflows/.github/workflows/soundness.yml](https://github.com/swiftlang/github-workflows). Updates `swiftlang/github-workflows/.github/workflows/swift_package_test.yml` from 0.0.11 to 0.0.12 - [Release notes](https://github.com/swiftlang/github-workflows/releases) - [Commits](https://github.com/swiftlang/github-workflows/compare/0.0.11...0.0.12) Updates `swiftlang/github-workflows/.github/workflows/soundness.yml` from 0.0.11 to 0.0.12 - [Release notes](https://github.com/swiftlang/github-workflows/releases) - [Commits](https://github.com/swiftlang/github-workflows/compare/0.0.11...0.0.12) --- updated-dependencies: - dependency-name: swiftlang/github-workflows/.github/workflows/swift_package_test.yml dependency-version: 0.0.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: swiftlang-actions - dependency-name: swiftlang/github-workflows/.github/workflows/soundness.yml dependency-version: 0.0.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: swiftlang-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/pull_request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index f7b1f9ead..9e79605be 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.11 + uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@0.0.12 with: linux_swift_versions: "[ \"6.0\", \"6.1\", \"6.2\", \"nightly-main\", \"nightly-6.3\"]" windows_exclude_swift_versions: "[{\"swift_version\": \"5.9\"}, {\"swift_version\": \"nightly-main\"}]" @@ -61,7 +61,7 @@ jobs: soundness: name: Soundness - uses: swiftlang/github-workflows/.github/workflows/soundness.yml@0.0.11 + uses: swiftlang/github-workflows/.github/workflows/soundness.yml@0.0.12 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