Skip to content

Commit

Permalink
Bump the github-actions group with 1 update
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 1 update: [cda-tum/mqt-core](https://github.com/cda-tum/mqt-core).


Updates `cda-tum/mqt-core` from 2.2.2 to 2.3.0
- [Release notes](https://github.com/cda-tum/mqt-core/releases)
- [Commits](cda-tum/mqt-core@v2.2.2...v2.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent 89634f9 commit 6b76143
Showing 1 changed file with 3 additions and 3 deletions.
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.2.2
uses: cda-tum/mqt-core/.github/workflows/reusable-change-detection.yml@v2.3.0

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.2.2
uses: cda-tum/mqt-core/.github/workflows/reusable-cpp-ci.yml@v2.3.0
secrets:
token: ${{ secrets.CODECOV_TOKEN }}
with:
Expand All @@ -30,7 +30,7 @@ jobs:
name: 📝 CodeQL
needs: change-detection
if: fromJSON(needs.change-detection.outputs.run-code-ql)
uses: cda-tum/mqt-core/.github/workflows/reusable-code-ql.yml@v2.2.2
uses: cda-tum/mqt-core/.github/workflows/reusable-code-ql.yml@v2.3.0
with:
setup-z3: true
enable-python: false
Expand Down

0 comments on commit 6b76143

Please sign in to comment.