Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2ccaddd

Browse files
committed
Define swift-version as a string
1 parent 5dcca8a commit 2ccaddd

8 files changed

+8
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__swift-autobuild.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ steps:
55
- uses: swift-actions/setup-swift@5cdaa9161ad1f55ae39a5ea1784ef96de72f95d9
66
if: "!startsWith(matrix.os, 'windows')"
77
with:
8-
swift-version: 5.7
8+
swift-version: "5.7"
99
- uses: ./../action/init
1010
with:
1111
languages: javascript

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ steps:
77
- uses: swift-actions/setup-swift@5cdaa9161ad1f55ae39a5ea1784ef96de72f95d9
88
if: "!startsWith(matrix.os, 'windows')"
99
with:
10-
swift-version: 5.7
10+
swift-version: "5.7"
1111

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

pr-checks/checks/swift-autobuild.yml

Lines changed: 1 addition & 1 deletion
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"
1212
- uses: ./../action/init
1313
with:
1414
languages: swift

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

Lines changed: 1 addition & 1 deletion
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"
1212
- uses: ./../action/init
1313
with:
1414
languages: swift

0 commit comments

Comments
 (0)