From ba779f43422aec023365dad3b0593e399bc1b21b Mon Sep 17 00:00:00 2001 From: Pantelis Giazitsis Date: Fri, 23 Feb 2024 11:44:44 +0200 Subject: [PATCH] fixup! Attempt to fix workflow --- .github/workflows/pr_workflow.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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