Skip to content

Commit 61cc378

Browse files
Bump swift-actions/setup-swift from 1.19.0 to 1.20.0 (#1415)
* Bump swift-actions/setup-swift from 1.19.0 to 1.20.0 Bumps [swift-actions/setup-swift](https://github.com/swift-actions/setup-swift) from 1.19.0 to 1.20.0. - [Release notes](https://github.com/swift-actions/setup-swift/releases) - [Commits](swift-actions/setup-swift@5cdaa91...194625b) --- updated-dependencies: - dependency-name: swift-actions/setup-swift dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update setup-swift SHA in non-autogenerated files * Specify v5.7.0 instead of 5.7 Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Angela P Wen <[email protected]>
1 parent 7aa5026 commit 61cc378

8 files changed

+16
-16
lines changed

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

Lines changed: 2 additions & 2 deletions
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: 2 additions & 2 deletions
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: 2 additions & 2 deletions
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: 2 additions & 2 deletions
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: "Export file baseline information"
22
description: "Tests that file baseline information is exported when the feature is enabled"
33
versions: ["nightly-latest"]
44
steps:
5-
- uses: swift-actions/setup-swift@5cdaa9161ad1f55ae39a5ea1784ef96de72f95d9
5+
- uses: swift-actions/setup-swift@194625b58a582570f61cc707c3b558086c26b723
66
# Windows doesn't support Swift, and only macOS latest and nightly-latest support Swift 5.7.1.
77
if: runner.os == 'Linux' || (runner.os == 'macOS' && matrix.version == 'cached')
88
with:
9-
swift-version: "5.7"
9+
swift-version: "5.7.0"
1010
- uses: ./../action/init
1111
with:
1212
languages: javascript

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ operatingSystems: ["ubuntu", "macos"]
44
env:
55
CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT: "true" # Remove when Swift is GA.
66
steps:
7-
- uses: swift-actions/setup-swift@5cdaa9161ad1f55ae39a5ea1784ef96de72f95d9
7+
- uses: swift-actions/setup-swift@194625b58a582570f61cc707c3b558086c26b723
88
# Only macOS latest and nightly-latest support Swift 5.7.1
99
if: runner.os == 'Linux' || matrix.version == 'cached'
1010
with:
11-
swift-version: "5.7"
11+
swift-version: "5.7.0"
1212

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

pr-checks/checks/swift-autobuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ operatingSystems: ["macos"]
66
env:
77
CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT: "true"
88
steps:
9-
- uses: swift-actions/setup-swift@5cdaa9161ad1f55ae39a5ea1784ef96de72f95d9
9+
- uses: swift-actions/setup-swift@194625b58a582570f61cc707c3b558086c26b723
1010
# Only macOS latest and nightly-latest support Swift 5.7.1
1111
if: runner.os == 'Linux' || matrix.version == 'cached'
1212
with:
13-
swift-version: "5.7"
13+
swift-version: "5.7.0"
1414
- uses: ./../action/init
1515
with:
1616
languages: swift

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ env:
66
CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT: "true"
77
DOTNET_GENERATE_ASPNET_CERTIFICATE: "false"
88
steps:
9-
- uses: swift-actions/setup-swift@5cdaa9161ad1f55ae39a5ea1784ef96de72f95d9
9+
- uses: swift-actions/setup-swift@194625b58a582570f61cc707c3b558086c26b723
1010
# Only macOS latest and nightly-latest support Swift 5.7.1
1111
if: runner.os == 'Linux' || matrix.version == 'cached'
1212
with:
13-
swift-version: "5.7"
13+
swift-version: "5.7.0"
1414
- uses: ./../action/init
1515
with:
1616
languages: swift

0 commit comments

Comments
 (0)