From 581e4fa9ae7d14a09410e50fb6d7deaaab5e4ddf Mon Sep 17 00:00:00 2001 From: Michael Hirsch <36049913+michirsch@users.noreply.github.com> Date: Fri, 4 Jul 2025 15:02:59 +0200 Subject: [PATCH] Update action pipeline version to master --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1181a97..a4645ff 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,7 +4,7 @@ on: [push, pull_request, workflow_dispatch] jobs: Palladio-Addons-TextBasedModelGenerator: - uses: PalladioSimulator/Palladio-Build-ActionsPipeline/.github/workflows/build.yml@v3.4 + uses: PalladioSimulator/Palladio-Build-ActionsPipeline/.github/workflows/build.yml@master with: runner-label: ubuntu-latest use-display-output: true