Skip to content

Commit

Permalink
Bump azure/login from 2.0.0 to 2.1.0
Browse files Browse the repository at this point in the history
Bumps [azure/login](https://github.com/azure/login) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/azure/login/releases)
- [Commits](Azure/login@v2.0.0...v2.1.0)

---
updated-dependencies:
- dependency-name: azure/login
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 16, 2024
1 parent 387adf3 commit d492848
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop-func-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
rm build-artifact-dev.zip
- name: 'Login via Azure CLI'
uses: azure/login@v2.0.0
uses: azure/login@v2.1.0
with:
creds: ${{ env.AZURE_CREDENTIALS }} # Service Principal credentials saved in GitHub Secrets

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-func-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
rm build-artifact-prod.zip
- name: 'Login via Azure CLI'
uses: azure/login@v2.0.0
uses: azure/login@v2.1.0
with:
creds: ${{ env.AZURE_CREDENTIALS }} # Service Principal credentials saved in GitHub Secrets

Expand Down

0 comments on commit d492848

Please sign in to comment.