From a23beb7a56abbc1be6db1ce0e1c23edc189731d5 Mon Sep 17 00:00:00 2001 From: Michael Rebello Date: Thu, 12 Dec 2024 10:00:19 -0800 Subject: [PATCH] Update SwiftLint to 0.57.1 (#326) https://github.com/realm/SwiftLint/releases/tag/0.57.1 Signed-off-by: Michael Rebello --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 74a165e..2b00314 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -123,7 +123,7 @@ jobs: run-swiftlint: runs-on: ubuntu-latest container: - image: ghcr.io/realm/swiftlint:0.57.0 + image: ghcr.io/realm/swiftlint:0.57.1 steps: - uses: actions/checkout@v4 - name: Run SwiftLint