diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 7bc0567..d0b4580 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -13,10 +13,10 @@ jobs: build: - runs-on: macos-26 + runs-on: macos-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7.0.1 - name: Install SwiftLint run: brew install swiftlint - name: Lint @@ -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