Skip to content

Commit

Permalink
chore(deps): update dependency nicklockwood/swiftformat to v0.54.5 (#…
Browse files Browse the repository at this point in the history
…3713)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 14, 2024
1 parent 202b3a0 commit c5f80ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ runs:
if: ${{ inputs.language == 'swift' }}
id: swiftformat-version
shell: bash
run: echo "SWIFTFORMAT_VERSION=0.54.4" >> $GITHUB_OUTPUT
run: echo "SWIFTFORMAT_VERSION=0.54.5" >> $GITHUB_OUTPUT

- name: Checkout swiftformat
if: ${{ inputs.language == 'swift' }}
Expand Down
2 changes: 1 addition & 1 deletion scripts/docker/Dockerfile.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG SWIFT_VERSION
ARG SWIFTFORMAT_VERSION=0.54.4
ARG SWIFTFORMAT_VERSION=0.54.5

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

0 comments on commit c5f80ec

Please sign in to comment.