Skip to content

Commit b0d1c17

Browse files
dependabot[bot]JanEricNitschke
authored andcommitted
Bump swift-actions/setup-swift from 2 to 3 in the actions-all group
Bumps the actions-all group with 1 update: [swift-actions/setup-swift](https://github.com/swift-actions/setup-swift). Updates `swift-actions/setup-swift` from 2 to 3 - [Release notes](https://github.com/swift-actions/setup-swift/releases) - [Commits](swift-actions/setup-swift@v2...v3) --- updated-dependencies: - dependency-name: swift-actions/setup-swift dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 29c751a commit b0d1c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- name: Checkout repo
1919
uses: actions/checkout@v6
20-
- uses: swift-actions/setup-swift@v2
20+
- uses: swift-actions/setup-swift@v3
2121
- name: Build
2222
run: swift build
2323
- name: Test

0 commit comments

Comments
 (0)