Skip to content

Commit

Permalink
Bump clearlydefined/operations from 3.1.2 to 3.2.0
Browse files Browse the repository at this point in the history
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](clearlydefined/operations@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 007f4e7 commit 6cc56c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 6cc56c8

Please sign in to comment.