From ef858630b704b3133d65745ea7f374744012a7fa Mon Sep 17 00:00:00 2001 From: Iain Sproat <68657+iainsproat@users.noreply.github.com> Date: Tue, 9 Jan 2024 20:11:11 +0000 Subject: [PATCH] chore(deps): bump speckle-automate-github-action from 0.8.0 to 0.9.0 (#21) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index cd49c25..a301450 100644 --- a/action.yml +++ b/action.yml @@ -113,7 +113,7 @@ runs: cache-from: type=registry,ref=${{ env.automateHost }}/${{ inputs.speckle_function_id }}:buildcache cache-to: type=registry,ref=${{ env.automateHost }}/${{ inputs.speckle_function_id }}:buildcache,mode=max - name: Speckle Automate function version publisher - uses: specklesystems/speckle-automate-github-action@0.8.0 + uses: specklesystems/speckle-automate-github-action@0.9.0 id: register_speckle_function_version with: speckle_automate_url: ${{ inputs.speckle_automate_url }}