From 6b761436cf5201d83ef85c80b3d93dd4a2eb7cf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 00:40:15 +0000 Subject: [PATCH] Bump the github-actions group with 1 update 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](https://github.com/cda-tum/mqt-core/compare/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] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24afb1e..b27a73a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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