From 31860dc4dbcdb3c7357519a2665a0447b6438391 Mon Sep 17 00:00:00 2001 From: leogdion Date: Fri, 3 Apr 2026 16:50:38 -0400 Subject: [PATCH 1/2] Update swift-build action --- .github/workflows/SyntaxKit.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/SyntaxKit.yml b/.github/workflows/SyntaxKit.yml index 9df2099..86a96bf 100644 --- a/.github/workflows/SyntaxKit.yml +++ b/.github/workflows/SyntaxKit.yml @@ -74,7 +74,7 @@ jobs: type: wasm-embedded steps: - uses: actions/checkout@v6 - - uses: brightdigit/swift-build@v1.5.3 + - uses: brightdigit/swift-build@main id: build with: type: ${{ matrix.type }} @@ -120,7 +120,7 @@ jobs: - name: Enable git symlinks shell: pwsh run: git config --global core.symlinks true - - uses: brightdigit/swift-build@v1.5.3 + - uses: brightdigit/swift-build@main id: build with: windows-swift-version: ${{ matrix.swift.version }} @@ -156,7 +156,7 @@ jobs: - name: Build and Test id: build - uses: brightdigit/swift-build@v1.5.3 + uses: brightdigit/swift-build@main with: scheme: ${{ env.PACKAGE_NAME }}-Package type: ${{ matrix.type }} @@ -239,7 +239,7 @@ jobs: - name: Build and Test id: build - uses: brightdigit/swift-build@v1.5.3 + uses: brightdigit/swift-build@main with: scheme: ${{ env.PACKAGE_NAME }}-Package type: ${{ matrix.type }} @@ -284,7 +284,7 @@ jobs: large-packages: true docker-images: true swap-storage: true - - uses: brightdigit/swift-build@v1.5.3 + - uses: brightdigit/swift-build@main id: build with: type: android From f815f125bea6ed1a9ad4ec95854f4aab082494a9 Mon Sep 17 00:00:00 2001 From: leogdion Date: Fri, 3 Apr 2026 17:17:45 -0400 Subject: [PATCH 2/2] Update swift-build action version to v1 --- .github/workflows/SyntaxKit.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/SyntaxKit.yml b/.github/workflows/SyntaxKit.yml index 86a96bf..d9926ee 100644 --- a/.github/workflows/SyntaxKit.yml +++ b/.github/workflows/SyntaxKit.yml @@ -74,7 +74,7 @@ jobs: type: wasm-embedded steps: - uses: actions/checkout@v6 - - uses: brightdigit/swift-build@main + - uses: brightdigit/swift-build@v1 id: build with: type: ${{ matrix.type }} @@ -120,7 +120,7 @@ jobs: - name: Enable git symlinks shell: pwsh run: git config --global core.symlinks true - - uses: brightdigit/swift-build@main + - uses: brightdigit/swift-build@v1 id: build with: windows-swift-version: ${{ matrix.swift.version }} @@ -156,7 +156,7 @@ jobs: - name: Build and Test id: build - uses: brightdigit/swift-build@main + uses: brightdigit/swift-build@v1 with: scheme: ${{ env.PACKAGE_NAME }}-Package type: ${{ matrix.type }} @@ -239,7 +239,7 @@ jobs: - name: Build and Test id: build - uses: brightdigit/swift-build@main + uses: brightdigit/swift-build@v1 with: scheme: ${{ env.PACKAGE_NAME }}-Package type: ${{ matrix.type }} @@ -284,7 +284,7 @@ jobs: large-packages: true docker-images: true swap-storage: true - - uses: brightdigit/swift-build@main + - uses: brightdigit/swift-build@v1 id: build with: type: android