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 1/2] 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 }} From b1f81776d1fbed69d8c8e800ca16605495b4c299 Mon Sep 17 00:00:00 2001 From: burgholzer Date: Fri, 9 Aug 2024 09:45:49 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A9=B9=20fix=20update=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: burgholzer --- .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 fa1dae92..0f21b8df 100644 --- a/.github/workflows/update-mqt-core.yml +++ b/.github/workflows/update-mqt-core.yml @@ -23,4 +23,4 @@ jobs: name: ⬆️ Update MQT Core 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 }}