From ed3df064a129057bfdbc6b8aad4c9d099cb95aa6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 05:04:41 +0000 Subject: [PATCH] Update all dependencies --- .github/workflows/ci.yml | 4 ++-- Mintfile | 4 ++-- Package.swift | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ff439c..4838ace 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: xcode: ["14.2"] steps: - name: Checkout - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v3.6.0 - name: Select Xcode ${{ matrix.xcode }} run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app @@ -38,7 +38,7 @@ jobs: image: swift:${{ matrix.swift }} steps: - name: Checkout - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v3.6.0 - name: Restore APT cache uses: actions/cache@v3 diff --git a/Mintfile b/Mintfile index 4b20408..29c9422 100644 --- a/Mintfile +++ b/Mintfile @@ -1,2 +1,2 @@ -realm/SwiftLint@0.51.0 -nicklockwood/SwiftFormat@0.51.7 +realm/SwiftLint@0.63.2 +nicklockwood/SwiftFormat@0.59.1 diff --git a/Package.swift b/Package.swift index 9ccae87..4982ed0 100644 --- a/Package.swift +++ b/Package.swift @@ -17,7 +17,7 @@ let package = Package( dependencies: [ .package(url: "https://github.com/SwiftDocOrg/GraphViz.git", from: "0.4.1"), .package(url: "https://github.com/davecom/SwiftGraph.git", from: "3.1.0"), - .package(name: "SnapshotTesting", url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.11.0"), + .package(name: "SnapshotTesting", url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.18.9"), ], targets: [ .target(