From 6cc56c86fa6be6e87de85dbc909c607550ed844b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 21:01:06 +0000 Subject: [PATCH] Bump clearlydefined/operations from 3.1.2 to 3.2.0 Bumps [clearlydefined/operations](https://github.com/clearlydefined/operations) from 3.1.2 to 3.2.0. - [Release notes](https://github.com/clearlydefined/operations/releases) - [Commits](https://github.com/clearlydefined/operations/compare/v3.1.2...v3.2.0) --- updated-dependencies: - dependency-name: clearlydefined/operations dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-deploy-dev.yml | 2 +- .github/workflows/build-and-deploy-prod.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-deploy-dev.yml b/.github/workflows/build-and-deploy-dev.yml index b51cd159..516fc529 100644 --- a/.github/workflows/build-and-deploy-dev.yml +++ b/.github/workflows/build-and-deploy-dev.yml @@ -23,7 +23,7 @@ jobs: build-and-deploy: name: Build and Deploy needs: upload-package-lock-json - 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 }} diff --git a/.github/workflows/build-and-deploy-prod.yml b/.github/workflows/build-and-deploy-prod.yml index 0d094313..84576a84 100644 --- a/.github/workflows/build-and-deploy-prod.yml +++ b/.github/workflows/build-and-deploy-prod.yml @@ -22,7 +22,7 @@ jobs: build-and-deploy-prod: needs: upload-package-lock-json - 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_PROD }}