Skip to content

Commit c5e0e48

Browse files
chore(deps): update dependency nicklockwood/swiftformat to v0.58.5
1 parent 37c9056 commit c5e0e48

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
@@ -193,7 +193,7 @@ runs:
193193
if: ${{ inputs.language == 'swift' }}
194194
id: swiftformat-version
195195
shell: bash
196-
run: echo "SWIFTFORMAT_VERSION=0.58.3" >> $GITHUB_OUTPUT
196+
run: echo "SWIFTFORMAT_VERSION=0.58.5" >> $GITHUB_OUTPUT
197197

198198
- name: Checkout swiftformat
199199
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.58.3
2+
ARG SWIFTFORMAT_VERSION=0.58.5
33

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

0 commit comments

Comments
 (0)