From 50402469c4c25552be3d462588aacf7d6a7cf3cd Mon Sep 17 00:00:00 2001 From: Michael Rebello Date: Thu, 12 Dec 2024 09:25:35 -0800 Subject: [PATCH] Update SwiftLint to 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