Skip to content

Commit

Permalink
Bump azure/login from 1.4.7 to 1.5.0
Browse files Browse the repository at this point in the history
Bumps [azure/login](https://github.com/azure/login) from 1.4.7 to 1.5.0.
- [Release notes](https://github.com/azure/login/releases)
- [Commits](Azure/login@v1.4.7...v1.5.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 Nov 21, 2023
1 parent 59d8046 commit 7f21f68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/azure-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
--site-url=https://developer.swedbankpay.com
- name: login
uses: azure/login@v1.4.7
uses: azure/login@v1.5.0
with:
creds: ${{ secrets.AZURE_CREDENTIALS_PROD }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/azure-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
--site-url=https://developer.stage.swedbankpay.com
- name: azure login
uses: azure/login@v1.4.7
uses: azure/login@v1.5.0
with:
creds: ${{ secrets.AZURE_CREDENTIALS_DEV }}

Expand Down

0 comments on commit 7f21f68

Please sign in to comment.