Skip to content

Commit 1bfdd2f

Browse files
committed
Bump Swift version to 5.7.1
1 parent d52e657 commit 1bfdd2f

8 files changed

+8
-8
lines changed

.github/workflows/__export-file-baseline-information.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__multi-language-autodetect.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__swift-autobuild.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__swift-custom-build.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/export-file-baseline-information.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ steps:
55
- uses: swift-actions/setup-swift@5cdaa9161ad1f55ae39a5ea1784ef96de72f95d9
66
if: runner.os != 'Windows'
77
with:
8-
swift-version: "5.7"
8+
swift-version: "5.7.1"
99
- uses: ./../action/init
1010
with:
1111
languages: javascript

pr-checks/checks/multi-language-autodetect.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ steps:
77
- uses: swift-actions/setup-swift@5cdaa9161ad1f55ae39a5ea1784ef96de72f95d9
88
if: runner.os != 'Windows'
99
with:
10-
swift-version: "5.7"
10+
swift-version: "5.7.1"
1111

1212
- uses: ./../action/init
1313
with:

pr-checks/checks/swift-autobuild.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
steps:
99
- uses: swift-actions/setup-swift@5cdaa9161ad1f55ae39a5ea1784ef96de72f95d9
1010
with:
11-
swift-version: "5.7"
11+
swift-version: "5.7.1"
1212
- uses: ./../action/init
1313
with:
1414
languages: swift

pr-checks/checks/swift-custom-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
steps:
99
- uses: swift-actions/setup-swift@5cdaa9161ad1f55ae39a5ea1784ef96de72f95d9
1010
with:
11-
swift-version: "5.7"
11+
swift-version: "5.7.1"
1212
- uses: ./../action/init
1313
with:
1414
languages: swift

0 commit comments

Comments
 (0)