From 2dc26a8c2474338c38a64107e6066c9f834b341c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 05:20:13 +0000 Subject: [PATCH] Bump specklesystems/speckle-automate-github-composite-action Bumps [specklesystems/speckle-automate-github-composite-action](https://github.com/specklesystems/speckle-automate-github-composite-action) from 0.9.0 to 0.9.2. - [Release notes](https://github.com/specklesystems/speckle-automate-github-composite-action/releases) - [Commits](https://github.com/specklesystems/speckle-automate-github-composite-action/compare/0.9.0...0.9.2) --- updated-dependencies: - dependency-name: specklesystems/speckle-automate-github-composite-action dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 2118090..b3e90e0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,7 +37,7 @@ jobs: # Step 5: Build and publish the Speckle function - name: Speckle Automate Function - Build and Publish - uses: specklesystems/speckle-automate-github-composite-action@0.9.0 + uses: specklesystems/speckle-automate-github-composite-action@0.9.2 with: speckle_automate_url: ${{ env.SPECKLE_AUTOMATE_URL || 'https://automate.speckle.dev' }} speckle_token: ${{ secrets.SPECKLE_FUNCTION_TOKEN }}