Skip to content

Commit

Permalink
Bump azure/login from 1.6.1 to 2.1.1
Browse files Browse the repository at this point in the history
Bumps [azure/login](https://github.com/azure/login) from 1.6.1 to 2.1.1.
- [Release notes](https://github.com/azure/login/releases)
- [Commits](Azure/login@cb79c77...6c25186)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 29, 2024
1 parent 73e507f commit 4a68ae1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/azure-preview-env-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:

steps:
- name: 'Az CLI login'
uses: azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d # pin @v1.6.1
uses: azure/login@6c251865b4e6290e7b78be643ea2d005bc51f69a # pin @v2.1.1
with:
creds: ${{ secrets.NONPROD_AZURE_CREDENTIALS }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/azure-preview-env-destroy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

steps:
- name: 'Az CLI login'
uses: azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d # pin @v1.6.1
uses: azure/login@6c251865b4e6290e7b78be643ea2d005bc51f69a # pin @v2.1.1
with:
creds: ${{ secrets.NONPROD_AZURE_CREDENTIALS }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/azure-prod-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

steps:
- name: 'Az CLI login'
uses: azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d # pin @v1.6.1
uses: azure/login@6c251865b4e6290e7b78be643ea2d005bc51f69a # pin @v2.1.1
with:
creds: ${{ secrets.PROD_AZURE_CREDENTIALS }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/azure-staging-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

steps:
- name: 'Az CLI login'
uses: azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d # pin @v1.6.1
uses: azure/login@6c251865b4e6290e7b78be643ea2d005bc51f69a # pin @v2.1.1
with:
creds: ${{ secrets.PROD_AZURE_CREDENTIALS }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-preview-docker-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- name: 'Az CLI login'
uses: azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d # pin @v1.6.1
uses: azure/login@6c251865b4e6290e7b78be643ea2d005bc51f69a # pin @v2.1.1
with:
creds: ${{ secrets.NONPROD_AZURE_CREDENTIALS }}

Expand Down

0 comments on commit 4a68ae1

Please sign in to comment.