From ef6a3b899f2305b84a561ede8b35e7de0d023265 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20Jedlicska?= <57442769+gjedlicska@users.noreply.github.com> Date: Fri, 11 Aug 2023 16:06:43 +0200 Subject: [PATCH] Update action.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gergő Jedlicska <57442769+gjedlicska@users.noreply.github.com> --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 225c8b5..748b480 100644 --- a/action.yml +++ b/action.yml @@ -34,7 +34,7 @@ runs: steps: - uses: actions/checkout@v3.5.3 # checkout the repository in which this GitHub Action is being used. - name: Speckle Automate function version publisher - uses: specklesystems/speckle-automate-github-action@0.3.0 + uses: specklesystems/speckle-automate-github-action@0.4.0 with: speckle_automate_url: ${{ inputs.speckle_automate_url }} speckle_token: ${{ inputs.speckle_token }}