Skip to content

Commit 3be89d7

Browse files
build(deps): bump swift-actions/setup-swift (#82)
Bumps the prod-github-actions group with 1 update in the / directory: [swift-actions/setup-swift](https://github.com/swift-actions/setup-swift). Updates `swift-actions/setup-swift` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/swift-actions/setup-swift/releases) - [Commits](swift-actions/setup-swift@d4537ff...6824571) --- updated-dependencies: - dependency-name: swift-actions/setup-swift dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ed933e4 commit 3be89d7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/codeql-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
7373
# Initialize Swift in the matrix specified version.
7474
- name: Initialize Swift
75-
uses: swift-actions/setup-swift@d4537ff835c9778c934e48f78639e270edd5839e # v2.2.0
75+
uses: swift-actions/setup-swift@682457186b71c25a884c45c06f859febbe259240 # v2.3.0
7676
with:
7777
swift-version: ${{ matrix.swift }}
7878

.github/workflows/codeql-samples-quickstart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
7575
# Initialize Swift in the matrix specified version.
7676
- name: Initialize Swift
77-
uses: swift-actions/setup-swift@d4537ff835c9778c934e48f78639e270edd5839e # v2.2.0
77+
uses: swift-actions/setup-swift@682457186b71c25a884c45c06f859febbe259240 # v2.3.0
7878
with:
7979
swift-version: ${{ matrix.swift }}
8080

.github/workflows/e2e-test-fusionauth-latest-ios-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
8686
# Initialize Swift in the matrix specified version.
8787
- name: Initialize Swift
88-
uses: swift-actions/setup-swift@d4537ff835c9778c934e48f78639e270edd5839e # v2.2.0
88+
uses: swift-actions/setup-swift@682457186b71c25a884c45c06f859febbe259240 # v2.3.0
8989
with:
9090
swift-version: ${{ matrix.swift }}
9191

.github/workflows/e2e-test-fusionauth-latest-ios-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
115115
# Initialize Swift in the matrix specified version.
116116
- name: Initialize Swift
117-
uses: swift-actions/setup-swift@d4537ff835c9778c934e48f78639e270edd5839e # v2.2.0
117+
uses: swift-actions/setup-swift@682457186b71c25a884c45c06f859febbe259240 # v2.3.0
118118
with:
119119
swift-version: ${{ matrix.swift }}
120120

.github/workflows/e2e-test-fusionauth-matrix-ios-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
8282
# Initialize Swift in the matrix specified version.
8383
- name: Initialize Swift
84-
uses: swift-actions/setup-swift@d4537ff835c9778c934e48f78639e270edd5839e # v2.2.0
84+
uses: swift-actions/setup-swift@682457186b71c25a884c45c06f859febbe259240 # v2.3.0
8585
with:
8686
swift-version: ${{ matrix.swift }}
8787

0 commit comments

Comments
 (0)