diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index a9cc742ea..db8fbd93d 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -15,7 +15,7 @@ jobs: # workflow is triggered from a PR or a release, respectively. python-packaging: name: 🐍 Packaging - uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging.yml@v1.9 + uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging.yml@v1.10 with: # Make sure Z3 is available setup-z3: true diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f517f6f50..0e6b7d3dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,13 +14,13 @@ concurrency: jobs: change-detection: name: 🔍 Change - uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-change-detection.yml@v1.9 + uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-change-detection.yml@v1.10 cpp-tests: name: 🇨‌ Test needs: change-detection if: fromJSON(needs.change-detection.outputs.run-cpp-tests) - uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-ci.yml@v1.9 + uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-ci.yml@v1.10 with: # Runs to enable enable-ubuntu2404-gcc-release: true @@ -72,7 +72,7 @@ jobs: name: 🇨‌ Test (Extensive) needs: change-detection if: fromJSON(needs.change-detection.outputs.run-cpp-tests) && github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'extensive-cpp-ci') - uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-ci.yml@v1.9 + uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-ci.yml@v1.10 with: # Runs to enable enable-ubuntu2404-gcc-debug: true @@ -123,7 +123,7 @@ jobs: name: 🇨‌ Coverage needs: change-detection if: fromJSON(needs.change-detection.outputs.run-cpp-tests) - uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-coverage.yml@v1.9 + uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-coverage.yml@v1.10 with: setup-z3: true permissions: @@ -148,7 +148,7 @@ jobs: name: 🐍 Test needs: change-detection if: fromJSON(needs.change-detection.outputs.run-python-tests) - uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-ci.yml@v1.9 + uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-ci.yml@v1.10 with: # Runs to enable enable-ubuntu2404: true @@ -173,7 +173,7 @@ jobs: name: 🐍 Test (Extensive) needs: change-detection if: fromJSON(needs.change-detection.outputs.run-python-tests) && github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'extensive-python-ci') - uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-ci.yml@v1.9 + uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-ci.yml@v1.10 with: # Runs to enable enable-ubuntu2204: true @@ -198,7 +198,7 @@ jobs: name: 🐍 Lint needs: change-detection if: fromJSON(needs.change-detection.outputs.run-python-tests) - uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-linter.yml@v1.9 + uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-linter.yml@v1.10 with: setup-z3: true @@ -206,7 +206,7 @@ jobs: name: 📝 CodeQL needs: change-detection if: fromJSON(needs.change-detection.outputs.run-code-ql) - uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-code-ql.yml@v1.9 + uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-code-ql.yml@v1.10 with: setup-z3: true @@ -214,7 +214,7 @@ jobs: name: 🚀 CD needs: change-detection if: fromJSON(needs.change-detection.outputs.run-cd) - uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging.yml@v1.9 + uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging.yml@v1.10 with: setup-z3: true # 4.13.0 has incorrectly tagged manylinux wheels diff --git a/.github/workflows/update-mqt-core.yml b/.github/workflows/update-mqt-core.yml index f614ecb28..f147c2566 100644 --- a/.github/workflows/update-mqt-core.yml +++ b/.github/workflows/update-mqt-core.yml @@ -21,6 +21,6 @@ concurrency: jobs: update-mqt-core: name: ⬆️ Update MQT Core - uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-mqt-core-update.yml@v1.9 + uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-mqt-core-update.yml@v1.10 with: update-to-head: ${{ github.event.inputs.update-to-head == 'true' }} diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml index a0e517dda..51cbd4f3c 100644 --- a/.github/workflows/upstream.yml +++ b/.github/workflows/upstream.yml @@ -23,7 +23,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-24.04, macos-15, windows-2025] - uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-qiskit-upstream.yml@v1.9 + uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-qiskit-upstream.yml@v1.10 with: runs-on: ${{ matrix.os }} setup-z3: true