From a6c6469d87adecb5e03a44690dad16c7aee83ca7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 07:57:48 +0000 Subject: [PATCH] Bump cda-tum/mqt-workflows from 1.1.5 to 1.2.1 in the github-actions group (#433) --- .github/workflows/update-mqt-core.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-mqt-core.yml b/.github/workflows/update-mqt-core.yml index a76522ea..0f21b8df 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 }} + update-to-head: ${{ github.event.inputs.update-to-head || false }}