Skip to content

Commit d3aaf36

Browse files
authored
Merge pull request #13 from Wei18/update/swift6
swift-version: 6
2 parents 7b70457 + 1d56ebd commit d3aaf36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Actions/Comment/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runs:
2626
- name: Setup Swift
2727
uses: swift-actions/setup-swift@v2
2828
with:
29-
swift-version: 5.10.0
29+
swift-version: 6
3030
- name: Create Mintfile
3131
run: echo Wei18/GitHubSwiftActions@${{ inputs.action_ref }} > Mintfile
3232
shell: bash

Actions/Release/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runs:
2323
- name: Setup Swift
2424
uses: swift-actions/setup-swift@v2
2525
with:
26-
swift-version: 5.10.0
26+
swift-version: 6
2727
- name: Create Mintfile
2828
run: echo Wei18/GitHubSwiftActions@${{ inputs.action_ref }} > Mintfile
2929
shell: bash

0 commit comments

Comments
 (0)