From c0d5ad6c710b410354171da90aedb6465e6ae5eb Mon Sep 17 00:00:00 2001 From: leogdion Date: Wed, 4 Feb 2026 17:28:34 -0500 Subject: [PATCH 1/2] Update swift-build action to stable version 1.5.0 --- .github/workflows/MistKit.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/MistKit.yml b/.github/workflows/MistKit.yml index 753f0a95..a5f3f974 100644 --- a/.github/workflows/MistKit.yml +++ b/.github/workflows/MistKit.yml @@ -34,7 +34,7 @@ jobs: type: "wasm-embedded" steps: - uses: actions/checkout@v4 - - uses: brightdigit/swift-build@v1.5.0-beta.2 + - uses: brightdigit/swift-build@1.5.0 id: build with: type: ${{ matrix.type }} @@ -73,7 +73,7 @@ jobs: build: 6.2-RELEASE steps: - uses: actions/checkout@v4 - - uses: brightdigit/swift-build@v1.5.0-beta.2 + - uses: brightdigit/swift-build@1.5.0 id: build with: windows-swift-version: ${{ matrix.swift.version }} @@ -113,7 +113,7 @@ jobs: large-packages: true docker-images: true swap-storage: true - - uses: brightdigit/swift-build@v1.5.0-beta.2 + - uses: brightdigit/swift-build@1.5.0 with: scheme: ${{ env.PACKAGE_NAME }} type: android @@ -197,7 +197,7 @@ jobs: - name: Build and Test id: build - uses: brightdigit/swift-build@v1.5.0-beta.2 + uses: brightdigit/swift-build@1.5.0 with: scheme: ${{ env.PACKAGE_NAME }} type: ${{ matrix.type }} From 87e8efc4a841214862ced1d7486e241a732b53a0 Mon Sep 17 00:00:00 2001 From: leogdion Date: Thu, 5 Feb 2026 09:44:52 -0500 Subject: [PATCH 2/2] Update swift-build action version in workflow --- .github/workflows/MistKit.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/MistKit.yml b/.github/workflows/MistKit.yml index a5f3f974..b94bec5b 100644 --- a/.github/workflows/MistKit.yml +++ b/.github/workflows/MistKit.yml @@ -34,7 +34,7 @@ jobs: type: "wasm-embedded" steps: - uses: actions/checkout@v4 - - uses: brightdigit/swift-build@1.5.0 + - uses: brightdigit/swift-build@v1.5.0 id: build with: type: ${{ matrix.type }} @@ -73,7 +73,7 @@ jobs: build: 6.2-RELEASE steps: - uses: actions/checkout@v4 - - uses: brightdigit/swift-build@1.5.0 + - uses: brightdigit/swift-build@v1.5.0 id: build with: windows-swift-version: ${{ matrix.swift.version }} @@ -113,7 +113,7 @@ jobs: large-packages: true docker-images: true swap-storage: true - - uses: brightdigit/swift-build@1.5.0 + - uses: brightdigit/swift-build@v1.5.0 with: scheme: ${{ env.PACKAGE_NAME }} type: android @@ -197,7 +197,7 @@ jobs: - name: Build and Test id: build - uses: brightdigit/swift-build@1.5.0 + uses: brightdigit/swift-build@v1.5.0 with: scheme: ${{ env.PACKAGE_NAME }} type: ${{ matrix.type }}