From 527a634fa3d16339cd247c1d96f4019bc80ad62f Mon Sep 17 00:00:00 2001 From: James Siri <22601145+jamesiri@users.noreply.github.com> Date: Tue, 17 Feb 2026 15:41:16 -0800 Subject: [PATCH] Update build-and-deploy workflow to version 3.2.0 all other tooling is using the newer 3.2.0 version --- .github/workflows/build-and-deploy-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy-dev.yml b/.github/workflows/build-and-deploy-dev.yml index 9c3f9ed1..7c25ec1d 100644 --- a/.github/workflows/build-and-deploy-dev.yml +++ b/.github/workflows/build-and-deploy-dev.yml @@ -33,7 +33,7 @@ jobs: build-and-deploy: name: Build and Deploy needs: [upload-package-lock-json, make-react-secret-available] - uses: clearlydefined/operations/.github/workflows/app-build-and-deploy.yml@v3.1.2 + uses: clearlydefined/operations/.github/workflows/app-build-and-deploy.yml@v3.2.0 secrets: AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }} AZURE_WEBAPP_PUBLISH_PROFILE: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE_DEV }}