From 7b9ad5813713706e9b1526b2d9ab6547952a8631 Mon Sep 17 00:00:00 2001 From: burgholzer Date: Fri, 9 Aug 2024 12:06:32 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20fix=20the=20MQT=20Core=20Update?= =?UTF-8?q?=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 0f21b8df..4f48ee10 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.2.1 + uses: cda-tum/mqt-workflows/.github/workflows/reusable-mqt-core-update.yml@v1.3 with: update-to-head: ${{ github.event.inputs.update-to-head || false }}