Skip to content

Commit 76c9c09

Browse files
Merge 84be92f into 94d89d4
2 parents 94d89d4 + 84be92f commit 76c9c09

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
@@ -202,7 +202,7 @@ runs:
202202
if: ${{ inputs.language == 'swift' }}
203203
id: swiftformat-version
204204
shell: bash
205-
run: echo "SWIFTFORMAT_VERSION=0.56.1" >> $GITHUB_OUTPUT
205+
run: echo "SWIFTFORMAT_VERSION=0.56.2" >> $GITHUB_OUTPUT
206206

207207
- name: Checkout swiftformat
208208
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.56.1
2+
ARG SWIFTFORMAT_VERSION=0.56.2
33

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

0 commit comments

Comments
 (0)