We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66563f6 commit a95c420Copy full SHA for a95c420
.github/actions/setup/action.yml
@@ -202,7 +202,7 @@ runs:
202
if: ${{ inputs.language == 'swift' }}
203
id: swiftformat-version
204
shell: bash
205
- run: echo "SWIFTFORMAT_VERSION=0.56.4" >> $GITHUB_OUTPUT
+ run: echo "SWIFTFORMAT_VERSION=0.57.2" >> $GITHUB_OUTPUT
206
207
- name: Checkout swiftformat
208
0 commit comments