Skip to content

Commit 2f44825

Browse files
Bump the swiftlang-actions group across 1 directory with 3 updates
Bumps the swiftlang-actions group with 3 updates in the / directory: [swiftlang/github-workflows/.github/workflows/create_automerge_pr.yml](https://github.com/swiftlang/github-workflows), [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/create_automerge_pr.yml` from 0.0.11 to 0.0.12 - [Release notes](https://github.com/swiftlang/github-workflows/releases) - [Commits](swiftlang/github-workflows@0.0.11...0.0.12) 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](swiftlang/github-workflows@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](swiftlang/github-workflows@0.0.11...0.0.12) --- updated-dependencies: - dependency-name: swiftlang/github-workflows/.github/workflows/create_automerge_pr.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 - 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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6ac428e commit 2f44825

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
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.3
1616
permissions:

.github/workflows/publish_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
echo "release_commit_patch=${RELEASE_COMMIT_PATCH}" >> "$GITHUB_OUTPUT"
105105
test:
106106
name: Test in ${{ matrix.release && 'Release' || 'Debug' }} configuration
107-
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@0.0.11
107+
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@0.0.12
108108
needs: create_release_commits
109109
strategy:
110110
fail-fast: false

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ concurrency:
1717
jobs:
1818
tests:
1919
name: Test
20-
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@0.0.11
20+
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@0.0.12
2121
with:
2222
enable_cross_pr_testing: true
2323
linux_exclude_swift_versions: "[{\"swift_version\": \"5.9\"}, {\"swift_version\": \"5.10\"}]"
2424
windows_exclude_swift_versions: "[{\"swift_version\": \"5.9\"}]"
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
license_header_check_project_name: "Swift.org"
3030
api_breakage_check_allowlist_path: "api-breakages.txt"

0 commit comments

Comments
 (0)