From ab214ace2b75b5174c00b2383eece52227478c2a Mon Sep 17 00:00:00 2001 From: Joris Gillis Date: Mon, 20 Feb 2023 12:34:37 +0100 Subject: [PATCH] bump v34 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1b8c472..e74533a 100644 --- a/action.yml +++ b/action.yml @@ -9,7 +9,7 @@ runs: using: "composite" steps: - run: | - curl -OL https://github.com/casadi/mockups/releases/download/v33/mockups_${{ inputs.tag }}.zip + curl -OL https://github.com/casadi/mockups/releases/download/v34/mockups_${{ inputs.tag }}.zip unzip mockups_${{ inputs.tag }}.zip -d mockups ls mockups ls mockups/cmake