Skip to content

Commit c305bca

Browse files
chore(deps): update dependency nicklockwood/swiftformat to v0.56.1 (#4867)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 22f966c commit c305bca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ runs:
202202
if: ${{ inputs.language == 'swift' }}
203203
id: swiftformat-version
204204
shell: bash
205-
run: echo "SWIFTFORMAT_VERSION=0.55.6" >> $GITHUB_OUTPUT
205+
run: echo "SWIFTFORMAT_VERSION=0.56.1" >> $GITHUB_OUTPUT
206206

207207
- name: Checkout swiftformat
208208
if: ${{ inputs.language == 'swift' }}

scripts/docker/Dockerfile.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG SWIFT_VERSION
2-
ARG SWIFTFORMAT_VERSION=0.55.6
2+
ARG SWIFTFORMAT_VERSION=0.56.1
33

44
FROM ghcr.io/nicklockwood/swiftformat:${SWIFTFORMAT_VERSION} AS swift_format
55
FROM swift:${SWIFT_VERSION}-jammy

0 commit comments

Comments
 (0)