Skip to content

Commit

Permalink
Bump cda-tum/mqt-core from 2.1.0 to 2.2.2
Browse files Browse the repository at this point in the history
Bumps [cda-tum/mqt-core](https://github.com/cda-tum/mqt-core) from 2.1.0 to 2.2.2.
- [Release notes](https://github.com/cda-tum/mqt-core/releases)
- [Commits](cda-tum/mqt-core@v2.1.0...v2.2.2)

---
updated-dependencies:
- dependency-name: cda-tum/mqt-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent 24f9dc5 commit a0e8ea2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
python-packaging:
name: 🐍 Packaging
uses: cda-tum/mqt-core/.github/workflows/reusable-python-packaging.yml@v2.1.0
uses: cda-tum/mqt-core/.github/workflows/reusable-python-packaging.yml@v2.2.2
with:
setup-z3: true

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ concurrency:
jobs:
change-detection:
name: 🔍 Change
uses: cda-tum/mqt-core/.github/workflows/reusable-change-detection.yml@v2.1.0
uses: cda-tum/mqt-core/.github/workflows/reusable-change-detection.yml@v2.2.2

cpp-tests:
name: 🇨‌ Test
needs: change-detection
if: fromJSON(needs.change-detection.outputs.run-cpp-tests)
uses: cda-tum/mqt-core/.github/workflows/reusable-cpp-ci.yml@v2.1.0
uses: cda-tum/mqt-core/.github/workflows/reusable-cpp-ci.yml@v2.2.2
secrets:
token: ${{ secrets.CODECOV_TOKEN }}
with:
Expand All @@ -30,7 +30,7 @@ jobs:
name: 🇨‌ Lint
needs: change-detection
if: fromJSON(needs.change-detection.outputs.run-cpp-linter)
uses: cda-tum/mqt-core/.github/workflows/reusable-cpp-linter.yml@v2.1.0
uses: cda-tum/mqt-core/.github/workflows/reusable-cpp-linter.yml@v2.2.2
with:
setup-z3: true

Expand Down

0 comments on commit a0e8ea2

Please sign in to comment.