diff --git a/.github/workflows/lint-prs.yml b/.github/workflows/lint-prs.yml index 846e544..6bf3dbd 100644 --- a/.github/workflows/lint-prs.yml +++ b/.github/workflows/lint-prs.yml @@ -5,6 +5,6 @@ jobs: Lint: runs-on: macos-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: SwiftFormat run: swiftformat --lint . --reporter github-actions-log