Skip to content

Commit

Permalink
Bump azure/login from 1.4.6 to 1.4.7
Browse files Browse the repository at this point in the history
Bumps [azure/login](https://github.com/azure/login) from 1.4.6 to 1.4.7.
- [Release notes](https://github.com/azure/login/releases)
- [Commits](Azure/login@v1.4.6...v1.4.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 5, 2023
1 parent 6e218ae commit ef932d5
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 @@ -47,7 +47,7 @@ jobs:
uses: actions/checkout@v3

- name: 'Login via Azure CLI'
uses: azure/login@v1.4.6
uses: azure/login@v1.4.7
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 @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v3

- name: 'Login via Azure CLI'
uses: azure/login@v1.4.6
uses: azure/login@v1.4.7
with:
creds: ${{ env.AZURE_CREDENTIALS }} # Service Principal credentials saved in GitHub Secrets

Expand Down

0 comments on commit ef932d5

Please sign in to comment.