From 590148421d93a496bad1f413e9410b5fd589ee99 Mon Sep 17 00:00:00 2001 From: Kevin McKee Date: Thu, 20 Aug 2026 08:50:22 -0700 Subject: [PATCH 1/3] Bumping workflow actions. --- .github/workflows/swift.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 7bc0567..6b278bc 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -26,11 +26,11 @@ jobs: - name: Test run: swift test --enable-code-coverage - id: coverage - uses: codefiesta/swift-coverage-action@0.0.4 + uses: codefiesta/swift-coverage-action@0.0.5 - name: badge # Only run the badge update if we are pushing to main if: github.ref == 'refs/heads/main' - uses: schneegans/dynamic-badges-action@v1.7.0 + uses: schneegans/dynamic-badges-action@v1.9.0 with: auth: ${{secrets.GIST_SECRET}} gistID: 87655b6e3c89b9198287b2fefbfa641f From 2ef73e4d765625041d4cffa35641d7c45bbe330b Mon Sep 17 00:00:00 2001 From: Kevin McKee Date: Thu, 20 Aug 2026 08:57:23 -0700 Subject: [PATCH 2/3] Updating checkout --- .github/workflows/swift.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 6b278bc..bcc2761 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -16,7 +16,7 @@ jobs: runs-on: macos-26 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7.0.1 - name: Install SwiftLint run: brew install swiftlint - name: Lint From 6d1387b445d9d5159acffc5630f9ca9916452b94 Mon Sep 17 00:00:00 2001 From: Kevin McKee Date: Thu, 20 Aug 2026 09:12:06 -0700 Subject: [PATCH 3/3] Bumping to macos-latest --- .github/workflows/swift.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index bcc2761..d0b4580 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -13,7 +13,7 @@ jobs: build: - runs-on: macos-26 + runs-on: macos-latest steps: - uses: actions/checkout@v7.0.1