Skip to content

Commit 0aebc71

Browse files
β¬†οΈπŸ‘¨β€πŸ’» Update munich-quantum-toolkit/workflows action to v1.10 (#388)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [munich-quantum-toolkit/workflows](https://redirect.github.com/munich-quantum-toolkit/workflows) | action | minor | `v1.8` -> `v1.10` | --- ### Release Notes <details> <summary>munich-quantum-toolkit/workflows (munich-quantum-toolkit/workflows)</summary> ### [`v1.10`](https://redirect.github.com/munich-quantum-toolkit/workflows/compare/v1.9...v1.10) [Compare Source](https://redirect.github.com/munich-quantum-toolkit/workflows/compare/v1.9...v1.10) ### [`v1.9`](https://redirect.github.com/munich-quantum-toolkit/workflows/compare/v1.8...v1.9) [Compare Source](https://redirect.github.com/munich-quantum-toolkit/workflows/compare/v1.8...v1.9) </details> --- ### Configuration πŸ“… **Schedule**: Branch creation - "on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. β™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. πŸ”• **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/munich-quantum-toolkit/predictor). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMy42IiwidXBkYXRlZEluVmVyIjoiNDAuNDguNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwiZ2l0aHViLWFjdGlvbnMiXX0=--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Patrick Hopf <81010725+flowerthrower@users.noreply.github.com>
1 parent 7e6bc39 commit 0aebc71

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

β€Ž.github/workflows/cd.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
python-packaging:
1212
name: 🐍 Packaging
13-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging.yml@v1.8
13+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging.yml@v1.10
1414
with:
1515
pure-python: true
1616

β€Ž.github/workflows/ci.ymlβ€Ž

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ concurrency:
1414
jobs:
1515
change-detection:
1616
name: πŸ” Change
17-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-change-detection.yml@v1.8
17+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-change-detection.yml@v1.10
1818

1919
python-linter:
2020
name: 🐍 Lint
2121
needs: change-detection
2222
if: fromJSON(needs.change-detection.outputs.run-python-tests)
23-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-linter.yml@v1.8
23+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-linter.yml@v1.10
2424

2525
python-tests:
2626
name: 🐍 Test
2727
needs: change-detection
2828
if: fromJSON(needs.change-detection.outputs.run-python-tests)
29-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-ci.yml@v1.8
29+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-ci.yml@v1.10
3030
with:
3131
enable-ubuntu2404: true
3232
enable-ubuntu2404-arm: false # not supported by BQSKit
@@ -41,13 +41,13 @@ jobs:
4141
name: πŸ“ CodeQL
4242
needs: change-detection
4343
if: fromJSON(needs.change-detection.outputs.run-code-ql)
44-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-code-ql-python.yml@v1.8
44+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-code-ql-python.yml@v1.10
4545

4646
cd:
4747
name: πŸš€ CD
4848
needs: change-detection
4949
if: fromJSON(needs.change-detection.outputs.run-cd)
50-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging.yml@v1.8
50+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging.yml@v1.10
5151
with:
5252
pure-python: true
5353

0 commit comments

Comments
Β (0)