Skip to content

Commit c5f80ec

Browse files
chore(deps): update dependency nicklockwood/swiftformat to v0.54.5 (#3713)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 202b3a0 commit c5f80ec

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
@@ -201,7 +201,7 @@ runs:
201201
if: ${{ inputs.language == 'swift' }}
202202
id: swiftformat-version
203203
shell: bash
204-
run: echo "SWIFTFORMAT_VERSION=0.54.4" >> $GITHUB_OUTPUT
204+
run: echo "SWIFTFORMAT_VERSION=0.54.5" >> $GITHUB_OUTPUT
205205

206206
- name: Checkout swiftformat
207207
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.4
2+
ARG SWIFTFORMAT_VERSION=0.54.5
33

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

0 commit comments

Comments
 (0)