Skip to content

Commit 9a87e15

Browse files
chore(deps): update dependency nicklockwood/swiftformat to v0.54.3 (#3431)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cb92536 commit 9a87e15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ runs:
211211
if: ${{ inputs.language == 'swift' }}
212212
id: swiftformat-version
213213
shell: bash
214-
run: echo "SWIFTFORMAT_VERSION=0.54.1" >> $GITHUB_OUTPUT
214+
run: echo "SWIFTFORMAT_VERSION=0.54.3" >> $GITHUB_OUTPUT
215215

216216
- name: Checkout swiftformat
217217
if: ${{ inputs.language == 'swift' }}

scripts/docker/Dockerfile.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG SWIFT_VERSION
2-
ARG SWIFTFORMAT_VERSION=0.54.1
2+
ARG SWIFTFORMAT_VERSION=0.54.3
33

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

0 commit comments

Comments
 (0)