@@ -14,13 +14,13 @@ concurrency:
1414jobs :
1515 change-detection :
1616 name : π Change
17- uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-change-detection.yml@v1.9
17+ uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-change-detection.yml@v1.10
1818
1919 cpp-tests :
2020 name : π¨β Test
2121 needs : change-detection
2222 if : fromJSON(needs.change-detection.outputs.run-cpp-tests)
23- uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-ci.yml@v1.9
23+ uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-ci.yml@v1.10
2424 with :
2525 # Runs to enable
2626 enable-ubuntu2404-gcc-release : true
7272 name : π¨β Test (Extensive)
7373 needs : change-detection
7474 if : fromJSON(needs.change-detection.outputs.run-cpp-tests) && github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'extensive-cpp-ci')
75- uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-ci.yml@v1.9
75+ uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-ci.yml@v1.10
7676 with :
7777 # Runs to enable
7878 enable-ubuntu2404-gcc-debug : true
@@ -123,7 +123,7 @@ jobs:
123123 name : π¨β Coverage
124124 needs : change-detection
125125 if : fromJSON(needs.change-detection.outputs.run-cpp-tests)
126- uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-coverage.yml@v1.9
126+ uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-coverage.yml@v1.10
127127 with :
128128 setup-z3 : true
129129 permissions :
@@ -148,7 +148,7 @@ jobs:
148148 name : π Test
149149 needs : change-detection
150150 if : fromJSON(needs.change-detection.outputs.run-python-tests)
151- uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-python-ci.yml@v1.9
151+ uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-python-ci.yml@v1.10
152152 with :
153153 # Runs to enable
154154 enable-ubuntu2404 : true
@@ -173,7 +173,7 @@ jobs:
173173 name : π Test (Extensive)
174174 needs : change-detection
175175 if : fromJSON(needs.change-detection.outputs.run-python-tests) && github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'extensive-python-ci')
176- uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-python-ci.yml@v1.9
176+ uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-python-ci.yml@v1.10
177177 with :
178178 # Runs to enable
179179 enable-ubuntu2204 : true
@@ -198,23 +198,23 @@ jobs:
198198 name : π Lint
199199 needs : change-detection
200200 if : fromJSON(needs.change-detection.outputs.run-python-tests)
201- uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-python-linter.yml@v1.9
201+ uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-python-linter.yml@v1.10
202202 with :
203203 setup-z3 : true
204204
205205 code-ql :
206206 name : π CodeQL
207207 needs : change-detection
208208 if : fromJSON(needs.change-detection.outputs.run-code-ql)
209- uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-code-ql.yml@v1.9
209+ uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-code-ql.yml@v1.10
210210 with :
211211 setup-z3 : true
212212
213213 cd :
214214 name : π CD
215215 needs : change-detection
216216 if : fromJSON(needs.change-detection.outputs.run-cd)
217- uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging.yml@v1.9
217+ uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging.yml@v1.10
218218 with :
219219 setup-z3 : true
220220 # 4.13.0 has incorrectly tagged manylinux wheels
0 commit comments