Skip to content

Commit c648997

Browse files
author
Roy
authored
Update deploy.yml
1 parent 834b0ba commit c648997

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
# GITHUB_TOKEN으로 선언된 권한을 사용합니다.
2929
persist-credentials: true
3030

31-
- name: Set up Swift 5.5
31+
- name: Set up Swift 5.8
3232
uses: fwal/setup-swift@v2
3333
with:
34-
swift-version: "5.5.0"
34+
swift-version: "5.8.0"
3535

3636
- name: Generate documentation
3737
run: |

0 commit comments

Comments
 (0)