From ae08789eea52c6127484bee1ddaba837043f712d Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Tue, 23 Jun 2026 21:23:19 +0100 Subject: [PATCH] chore(deps): update dependencies --- .github/workflows/ci.yml | 8 +++--- .github/workflows/cross-platform.yml | 8 +++--- .github/workflows/lint.yml | 12 ++++----- .github/workflows/test.yml | 12 ++++----- Package.resolved | 37 +++++++++++++++++----------- 5 files changed, 43 insertions(+), 34 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88c2539..a7d7a4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: os: [macos-15, ubuntu-22.04] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Fetch Commander dependency @@ -37,7 +37,7 @@ jobs: swift-version: '6.2.1' - name: Cache Swift Package Manager - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: | .build @@ -83,7 +83,7 @@ jobs: os: [macos-15] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Fetch Commander dependency shell: bash @@ -136,7 +136,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Install SwiftLint run: brew install swiftlint diff --git a/.github/workflows/cross-platform.yml b/.github/workflows/cross-platform.yml index 8e80fda..b75ee90 100644 --- a/.github/workflows/cross-platform.yml +++ b/.github/workflows/cross-platform.yml @@ -27,7 +27,7 @@ jobs: name: Ubuntu 22.04 LTS container: swift:6.2 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Fetch Commander dependency shell: bash run: git clone --depth 1 https://github.com/steipete/Commander.git ../Commander @@ -56,7 +56,7 @@ jobs: name: Ubuntu 24.04 LTS container: swift:6.2 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Fetch Commander dependency shell: bash run: git clone --depth 1 https://github.com/steipete/Commander.git ../Commander @@ -86,7 +86,7 @@ jobs: runs-on: ubuntu-latest if: github.ref == 'refs/heads/main' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Create release info run: | @@ -101,7 +101,7 @@ jobs: echo "Total: 4 platform configurations tested in parallel" >> release-info.txt - name: Upload release info - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: cross-platform-validation path: release-info.txt diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index dc6254d..dd0ebe5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,7 +16,7 @@ jobs: runs-on: macos-15 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Fetch Commander dependency shell: bash @@ -28,7 +28,7 @@ jobs: xcode-version: '26.1' - name: Cache SwiftLint - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: | ~/.mint @@ -69,7 +69,7 @@ jobs: runs-on: macos-15 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Fetch Commander dependency shell: bash @@ -81,7 +81,7 @@ jobs: xcode-version: '26.1' - name: Cache SwiftFormat - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: | ~/.mint @@ -111,7 +111,7 @@ jobs: runs-on: macos-15 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Fetch Commander dependency shell: bash @@ -158,7 +158,7 @@ jobs: runs-on: macos-15 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Fetch Commander dependency shell: bash diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 87c3ceb..0481745 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Fetch Commander dependency shell: bash @@ -37,7 +37,7 @@ jobs: xcode-version: '26.1' - name: Cache Swift Package Manager - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: .build key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }} @@ -75,7 +75,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Fetch Commander dependency shell: bash @@ -87,7 +87,7 @@ jobs: swift-version: ${{ matrix.swift-version }} - name: Cache Swift Package Manager - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: .build key: ${{ runner.os }}-spm-${{ matrix.swift-version }}-${{ hashFiles('**/Package.resolved') }} @@ -122,7 +122,7 @@ jobs: runs-on: macos-15 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Fetch Commander dependency shell: bash @@ -155,7 +155,7 @@ jobs: if: github.event_name == 'push' && github.ref == 'refs/heads/main' steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Fetch Commander dependency shell: bash diff --git a/Package.resolved b/Package.resolved index 76c8a59..609717c 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,6 +1,15 @@ { "originHash" : "12a454cd38a6ae2519d652cc0872f7f18feb64690ce83d1507bae6db71c1841c", "pins" : [ + { + "identity" : "commander", + "kind" : "remoteSourceControl", + "location" : "https://github.com/steipete/Commander.git", + "state" : { + "revision" : "ae2ce746b386ff94b26648cfe5625cfa8d02639b", + "version" : "0.2.2" + } + }, { "identity" : "eventsource", "kind" : "remoteSourceControl", @@ -24,8 +33,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-asn1.git", "state" : { - "revision" : "eb50cbd14606a9161cbc5d452f18797c90ef0bab", - "version" : "1.7.0" + "revision" : "a9a5efd40eaf558a2bcd48d64b1d1646be686008", + "version" : "1.7.1" } }, { @@ -33,8 +42,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-async-algorithms.git", "state" : { - "revision" : "9d349bcc328ac3c31ce40e746b5882742a0d1272", - "version" : "1.1.3" + "revision" : "d0b4a06d0f173a2f3be27d3ea21b3c3aa18db440", + "version" : "1.1.4" } }, { @@ -51,8 +60,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-collections", "state" : { - "revision" : "6675bc0ff86e61436e615df6fc5174e043e57924", - "version" : "1.4.1" + "revision" : "a0cb0954ecb21e4e31b0070e6ed5674e8556685a", + "version" : "1.6.0" } }, { @@ -78,8 +87,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-log.git", "state" : { - "revision" : "5073617dac96330a486245e4c0179cb0a6fd2256", - "version" : "1.12.0" + "revision" : "92448c359f00ebe36ae97d3bd9086f13c7692b5a", + "version" : "1.13.2" } }, { @@ -87,8 +96,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-nio.git", "state" : { - "revision" : "f71c8d2a5e74a2c6d11a0fbe324774b5d6084237", - "version" : "2.99.0" + "revision" : "a8e036cb8628fcc1ff67dfec6ce8168617172c9b", + "version" : "2.101.1" } }, { @@ -105,8 +114,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/modelcontextprotocol/swift-sdk.git", "state" : { - "revision" : "6132fd4b5b4217ce4717c4775e4607f5c3120129", - "version" : "0.12.0" + "revision" : "a0ae212ebf6eab5f754c3129608bc5557637e605", + "version" : "0.12.1" } }, { @@ -123,8 +132,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-system.git", "state" : { - "revision" : "7c6ad0fc39d0763e0b699210e4124afd5041c5df", - "version" : "1.6.4" + "revision" : "7502b711c92a17741fa625d722b0ccbd595d8ed1", + "version" : "1.7.2" } } ],