From 2fd43791c385871ab27276826b82b7b452b1f28a Mon Sep 17 00:00:00 2001 From: Angela P Wen Date: Mon, 5 Dec 2022 10:04:09 +0100 Subject: [PATCH] Quote Swift version --- .github/workflows/__export-file-baseline-information.yml | 2 +- .github/workflows/__multi-language-autodetect.yml | 2 +- .github/workflows/__swift-autobuild.yml | 2 +- .github/workflows/__swift-custom-build.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/__export-file-baseline-information.yml b/.github/workflows/__export-file-baseline-information.yml index 9be43389a2..933c54d5fe 100644 --- a/.github/workflows/__export-file-baseline-information.yml +++ b/.github/workflows/__export-file-baseline-information.yml @@ -46,7 +46,7 @@ jobs: # Windows doesn't support Swift, and only macOS latest and nightly-latest support Swift 5.7.1. if: runner.os == 'Linux' || (runner.os == 'macOS' && matrix.version == 'cached') with: - swift-version: 5.7.0 + swift-version: '5.7.0' - uses: ./../action/init with: languages: javascript diff --git a/.github/workflows/__multi-language-autodetect.yml b/.github/workflows/__multi-language-autodetect.yml index 9df6d57932..9b41b60738 100644 --- a/.github/workflows/__multi-language-autodetect.yml +++ b/.github/workflows/__multi-language-autodetect.yml @@ -69,7 +69,7 @@ jobs: # Only macOS latest and nightly-latest support Swift 5.7.1 if: runner.os == 'Linux' || matrix.version == 'cached' with: - swift-version: 5.7.0 + swift-version: '5.7.0' - uses: ./../action/init with: diff --git a/.github/workflows/__swift-autobuild.yml b/.github/workflows/__swift-autobuild.yml index f641dd4265..bee964de1f 100644 --- a/.github/workflows/__swift-autobuild.yml +++ b/.github/workflows/__swift-autobuild.yml @@ -46,7 +46,7 @@ jobs: # Only macOS latest and nightly-latest support Swift 5.7.1 if: runner.os == 'Linux' || matrix.version == 'cached' with: - swift-version: 5.7.0 + swift-version: '5.7.0' - uses: ./../action/init with: languages: swift diff --git a/.github/workflows/__swift-custom-build.yml b/.github/workflows/__swift-custom-build.yml index 1d69ecabe6..080123ecc3 100644 --- a/.github/workflows/__swift-custom-build.yml +++ b/.github/workflows/__swift-custom-build.yml @@ -52,7 +52,7 @@ jobs: # Only macOS latest and nightly-latest support Swift 5.7.1 if: runner.os == 'Linux' || matrix.version == 'cached' with: - swift-version: 5.7.0 + swift-version: '5.7.0' - uses: ./../action/init with: languages: swift