diff --git a/.github/project_workflows/deploy_app_store.yml b/.github/project_workflows/deploy_app_store.yml index a054675e..640ab706 100644 --- a/.github/project_workflows/deploy_app_store.yml +++ b/.github/project_workflows/deploy_app_store.yml @@ -27,9 +27,9 @@ jobs: fetch-depth: 0 - name: Run SwiftLint - uses: norio-nomura/action-swiftlint@3.1.0 + uses: docker://norionomura/swiftlint:0.53.0_swift-5.7 with: - args: --strict + args: swiftlint --strict build: name: Build diff --git a/.github/project_workflows/deploy_production_firebase.yml b/.github/project_workflows/deploy_production_firebase.yml index ad71aed9..44ffb866 100644 --- a/.github/project_workflows/deploy_production_firebase.yml +++ b/.github/project_workflows/deploy_production_firebase.yml @@ -25,9 +25,9 @@ jobs: fetch-depth: 0 - name: Run SwiftLint - uses: norio-nomura/action-swiftlint@3.1.0 + uses: docker://norionomura/swiftlint:0.53.0_swift-5.7 with: - args: --strict + args: swiftlint --strict build: name: Build diff --git a/.github/project_workflows/deploy_staging_firebase.yml b/.github/project_workflows/deploy_staging_firebase.yml index fff0630a..20f26919 100644 --- a/.github/project_workflows/deploy_staging_firebase.yml +++ b/.github/project_workflows/deploy_staging_firebase.yml @@ -25,9 +25,9 @@ jobs: fetch-depth: 0 - name: Run SwiftLint - uses: norio-nomura/action-swiftlint@3.1.0 + uses: docker://norionomura/swiftlint:0.53.0_swift-5.7 with: - args: --strict + args: swiftlint --strict build: name: Build