From f445275c05324ddd0e5e43ffd09c836778d75556 Mon Sep 17 00:00:00 2001 From: Paul Schmiedmayer Date: Sun, 21 Jun 2026 04:30:21 -0700 Subject: [PATCH] Move GitHub Actions --- .github/workflows/coverage.yml | 2 +- .github/workflows/swiftlint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index b948ba9..128b98b 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -81,7 +81,7 @@ jobs: else mv "${FILES[0]}" CodeCoverage.xcresult fi - - uses: stanfordbdhg/xccov2lcov@v1 + - uses: schmiedmayerlab/xccov2lcov@v1 if: ${{ inputs.coveragereports != '' }} with: xcresult: CodeCoverage.xcresult diff --git a/.github/workflows/swiftlint.yml b/.github/workflows/swiftlint.yml index e749348..72124f8 100644 --- a/.github/workflows/swiftlint.yml +++ b/.github/workflows/swiftlint.yml @@ -39,7 +39,7 @@ jobs: with: fetch-depth: 0 - name: Run SwiftLint - uses: stanfordbdhg/action-swiftlint@v4 + uses: schmiedmayerlab/action-swiftlint@v4 with: args: --strict version: ${{ inputs.version }}