diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2bd47ffa..93d0439c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,6 +23,6 @@ jobs: steps: - uses: actions/checkout@v2 - name: GitHub Action for SwiftLint - uses: norio-nomura/action-swiftlint@3.0.1 + uses: norio-nomura/action-swiftlint@3.2.1 with: args: lint --no-cache --strict