Skip to content

Commit e083c7f

Browse files
authored
Merge pull request #3370 from swiftlang/dependabot/github_actions/swiftlang-actions-bcc26723bf
Bump the swiftlang-actions group across 1 directory with 3 updates
2 parents 479f9d6 + bd8be6d commit e083c7f

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.2
1616
permissions:

.github/workflows/publish_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
fi
3636
test:
3737
name: Test in ${{ matrix.release && 'Release' || 'Debug' }} configuration
38-
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@0.0.11
38+
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@0.0.12
3939
strategy:
4040
fail-fast: false
4141
matrix:

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ concurrency:
1616
jobs:
1717
tests:
1818
name: Test
19-
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@0.0.11
19+
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@0.0.12
2020
with:
2121
enable_wasm_sdk_build: true
2222
wasm_sdk_build_command: "swift test -c release --explicit-target-dependency-import-check error --toolset Toolsets/wasi-test-toolset.json"
2323
linux_build_command: "swift test --explicit-target-dependency-import-check error"
2424
windows_build_command: "Invoke-Program swift test --explicit-target-dependency-import-check error"
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
api_breakage_check_enabled: false # https://github.com/swiftlang/swift-syntax/issues/3010
3030
docs_check_additional_arguments: "--disable-parameters-and-returns-validation"

0 commit comments

Comments
 (0)