diff --git a/.github/workflows/pr_workflow.yml b/.github/workflows/pr_workflow.yml index 56a2c9bdd..a3ce5b13f 100644 --- a/.github/workflows/pr_workflow.yml +++ b/.github/workflows/pr_workflow.yml @@ -18,8 +18,7 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v3 - # Runs a single command using the runners shell - - name: SwiftLint - uses: norio-nomura/action-swiftlint@3.2.1 - env: - DIFF_BASE: ${{ github.base_ref }} + - name: GitHub Actions for SwiftLint (Only files changed in the PR) + uses: sinoru/actions-swiftlint@v6 + env: + DIFF_BASE: ${{ github.base_ref }} \ No newline at end of file