diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d01b39b..ea5a2c66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: spm-test: runs-on: macos-15 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install SwiftLint run: brew install swiftlint - name: Lint @@ -49,10 +49,10 @@ jobs: linux: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 - - uses: sersoft-gmbh/SwiftyActions@v3 + - uses: actions/checkout@v6 + - uses: vapor/swiftly-action@v0.2 with: - release-version: "5" + toolchain: 5.10.1 github-token: ${{ secrets.GITHUB_TOKEN }} - name: Build and Test run: set -o pipefail && env NSUnbufferedIO=YES swift test --enable-test-discovery --enable-code-coverage @@ -72,7 +72,7 @@ jobs: timeout-minutes: 20 runs-on: macos-15 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Generate Docs run: set -o pipefail && env NSUnbufferedIO=YES Scripts/generate-documentation env: diff --git a/Package.swift b/Package.swift index 9e9e8802..8ea8bd81 100644 --- a/Package.swift +++ b/Package.swift @@ -27,72 +27,7 @@ let package = Package( .package( url: "https://github.com/netreconlab/Parse-Swift.git", .upToNextMajor(from: "5.12.3") - ), - .package( - url: "https://github.com/apple/swift-collections.git", - exact: Version(1, 1, 6) - - ), - .package( - url: "https://github.com/apple/swift-nio.git", - exact: Version(2, 86, 2) - - ), - .package( - url: "https://github.com/apple/swift-nio-http2.git", - exact: Version(1, 38, 0) - - ), - .package( - url: "https://github.com/apple/swift-log.git", - exact: Version(1, 6, 4) - - ), - .package( - url: "https://github.com/apple/swift-nio-ssl.git", - exact: Version(2, 34, 1) - - ), - .package( - url: "https://github.com/apple/swift-crypto.git", - exact: Version(3, 15, 1) - - ), - .package( - url: "https://github.com/swift-server/async-http-client.git", - exact: Version(1, 29, 1) - - ), - .package( - url: "https://github.com/apple/swift-nio-extras.git", - exact: Version(1, 29, 0) - - ), - .package( - url: "https://github.com/apple/swift-asn1.git", - exact: Version(1, 4, 0) - - ), - .package( - url: "https://github.com/apple/swift-async-algorithms.git", - exact: Version(1, 0, 4) - - ), - .package( - url: "https://github.com/apple/swift-certificates.git", - exact: Version(1, 15, 1) - - ), - .package( - url: "https://github.com/apple/swift-http-structured-headers.git", - exact: Version(1, 4, 0) - - ), - .package( - url: "https://github.com/apple/swift-nio-transport-services.git", - exact: Version(1, 25, 2) - - ) + ) ], targets: [ .target(