From d7e1269ca6b4789817c8e8e1ee392acad80c5413 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 04:13:46 +0000 Subject: [PATCH] Bump cda-tum/mqt-workflows in the github-actions group Bumps the github-actions group with 1 update: [cda-tum/mqt-workflows](https://github.com/cda-tum/mqt-workflows). Updates `cda-tum/mqt-workflows` from 1.1.5 to 1.2.1 - [Release notes](https://github.com/cda-tum/mqt-workflows/releases) - [Commits](https://github.com/cda-tum/mqt-workflows/compare/v1.1.5...v1.2.1) --- updated-dependencies: - dependency-name: cda-tum/mqt-workflows dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/update-mqt-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-mqt-core.yml b/.github/workflows/update-mqt-core.yml index a76522ea..fa1dae92 100644 --- a/.github/workflows/update-mqt-core.yml +++ b/.github/workflows/update-mqt-core.yml @@ -21,6 +21,6 @@ concurrency: jobs: update-mqt-core: name: ⬆️ Update MQT Core - uses: cda-tum/mqt-workflows/.github/workflows/reusable-mqt-core-update.yml@v1.1.5 + uses: cda-tum/mqt-workflows/.github/workflows/reusable-mqt-core-update.yml@v1.2.1 with: update-to-head: ${{ fromJSON(github.event.inputs.update-to-head) || false }}