diff --git a/.github/workflows/SyntaxKit.yml b/.github/workflows/SyntaxKit.yml index 9df2099..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@v1.5.3 + - 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@v1.5.3 + - 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@v1.5.3 + 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@v1.5.3 + 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@v1.5.3 + - uses: brightdigit/swift-build@v1 id: build with: type: android