diff --git a/pr-checks/checks/export-file-baseline-information.yml b/pr-checks/checks/export-file-baseline-information.yml index 43b859c3bb..04e5df0d42 100644 --- a/pr-checks/checks/export-file-baseline-information.yml +++ b/pr-checks/checks/export-file-baseline-information.yml @@ -2,7 +2,7 @@ name: "Export file baseline information" description: "Tests that file baseline information is exported when the feature is enabled" versions: ["nightly-latest"] steps: - - uses: swift-actions/setup-swift@5cdaa9161ad1f55ae39a5ea1784ef96de72f95d9 + - uses: swift-actions/setup-swift@194625b58a582570f61cc707c3b558086c26b723 # 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: diff --git a/pr-checks/checks/multi-language-autodetect.yml b/pr-checks/checks/multi-language-autodetect.yml index 591df52239..c99d14dc09 100644 --- a/pr-checks/checks/multi-language-autodetect.yml +++ b/pr-checks/checks/multi-language-autodetect.yml @@ -4,7 +4,7 @@ operatingSystems: ["ubuntu", "macos"] env: CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT: "true" # Remove when Swift is GA. steps: - - uses: swift-actions/setup-swift@5cdaa9161ad1f55ae39a5ea1784ef96de72f95d9 + - uses: swift-actions/setup-swift@194625b58a582570f61cc707c3b558086c26b723 # Only macOS latest and nightly-latest support Swift 5.7.1 if: runner.os == 'Linux' || matrix.version == 'cached' with: diff --git a/pr-checks/checks/swift-autobuild.yml b/pr-checks/checks/swift-autobuild.yml index a9efe76860..73f065fd7c 100644 --- a/pr-checks/checks/swift-autobuild.yml +++ b/pr-checks/checks/swift-autobuild.yml @@ -6,7 +6,7 @@ operatingSystems: ["macos"] env: CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT: "true" steps: - - uses: swift-actions/setup-swift@5cdaa9161ad1f55ae39a5ea1784ef96de72f95d9 + - uses: swift-actions/setup-swift@194625b58a582570f61cc707c3b558086c26b723 # Only macOS latest and nightly-latest support Swift 5.7.1 if: runner.os == 'Linux' || matrix.version == 'cached' with: diff --git a/pr-checks/checks/swift-custom-build.yml b/pr-checks/checks/swift-custom-build.yml index 9780bde51a..a1427b6dd6 100644 --- a/pr-checks/checks/swift-custom-build.yml +++ b/pr-checks/checks/swift-custom-build.yml @@ -6,7 +6,7 @@ env: CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT: "true" DOTNET_GENERATE_ASPNET_CERTIFICATE: "false" steps: - - uses: swift-actions/setup-swift@5cdaa9161ad1f55ae39a5ea1784ef96de72f95d9 + - uses: swift-actions/setup-swift@194625b58a582570f61cc707c3b558086c26b723 # Only macOS latest and nightly-latest support Swift 5.7.1 if: runner.os == 'Linux' || matrix.version == 'cached' with: