From b74ad7ce60bf565b15878f2a69c08edd23f6d68c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 14:23:44 +0000 Subject: [PATCH] Bump swiftlang/github-workflows/.github/workflows/soundness.yml Bumps the swiftlang-actions group with 1 update: [swiftlang/github-workflows/.github/workflows/soundness.yml](https://github.com/swiftlang/github-workflows). Updates `swiftlang/github-workflows/.github/workflows/soundness.yml` from 0.0.12 to 0.0.13 - [Release notes](https://github.com/swiftlang/github-workflows/releases) - [Commits](https://github.com/swiftlang/github-workflows/compare/0.0.12...0.0.13) --- updated-dependencies: - dependency-name: swiftlang/github-workflows/.github/workflows/soundness.yml dependency-version: 0.0.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: swiftlang-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index df202b2b..a1721feb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -28,7 +28,7 @@ jobs: soundness: name: Soundness - uses: swiftlang/github-workflows/.github/workflows/soundness.yml@0.0.12 + uses: swiftlang/github-workflows/.github/workflows/soundness.yml@0.0.13 with: docs_check_targets: "EmbeddedSwift" api_breakage_check_enabled: false # this repo doesn't vend any API