diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index df74c65..3f76fcc 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -13,7 +13,7 @@ jobs: with: xcode-version: latest-stable - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 0 @@ -32,7 +32,7 @@ jobs: # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Restore SPM Cache - uses: actions/cache@v1 + uses: actions/cache@v4 with: path: .build key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }} diff --git a/Package.swift b/Package.swift index e484d67..081a289 100644 --- a/Package.swift +++ b/Package.swift @@ -15,8 +15,8 @@ let package = Package(name: "RxRealm", dependencies: [ // Dependencies declare other packages that this package depends on. - .package(url: "https://github.com/realm/realm-swift.git", .upToNextMajor(from: "20.0.2")), - .package(url: "https://github.com/ReactiveX/RxSwift.git", .upToNextMajor(from: "6.5.0")) + .package(url: "https://github.com/realm/realm-swift.git", from: "20.0.4"), + .package(url: "https://github.com/ReactiveX/RxSwift.git", from: "6.10.2") ], targets: [