From a4cb5127dc27e54aa19abc7895ef90778053bce2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 01:11:53 +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.0.2 to 2.1.0 - [Release notes](https://github.com/cda-tum/mqt-core/releases) - [Commits](https://github.com/cda-tum/mqt-core/compare/v2.0.2...v2.1.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 129ceac..43aeeba 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.0.2 + uses: cda-tum/mqt-core/.github/workflows/reusable-change-detection.yml@v2.1.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.0.2 + uses: cda-tum/mqt-core/.github/workflows/reusable-cpp-ci.yml@v2.1.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.0.2 + uses: cda-tum/mqt-core/.github/workflows/reusable-code-ql.yml@v2.1.0 with: setup-z3: true enable-python: false