Skip to content

Commit ab4de3e

Browse files
build(deps): bump azure/login from 1 to 2
Bumps [azure/login](https://github.com/azure/login) from 1 to 2. - [Release notes](https://github.com/azure/login/releases) - [Commits](Azure/login@v1...v2) --- updated-dependencies: - dependency-name: azure/login dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d3d4c5d commit ab4de3e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-test-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
echo "SSH_PUB_KEY=$(cat ~/.ssh/id_rsa.pub)" >> $GITHUB_ENV
7373
7474
- name: Azure Login
75-
uses: azure/login@v1
75+
uses: azure/login@v2
7676
with:
7777
creds: ${{ secrets.AZURE_CREDS }}
7878

.github/workflows/windows-hyperv-periodic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
echo "SSH_PUB_KEY=$(cat ~/.ssh/id_rsa.pub)" >> $GITHUB_ENV
8282
8383
- name: AZLogin
84-
uses: azure/login@v1
84+
uses: azure/login@v2
8585
with:
8686
creds: ${{ secrets.AZURE_CREDS }}
8787

.github/workflows/windows-periodic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
echo "SSH_PUB_KEY=$(cat ~/.ssh/id_rsa.pub)" >> $GITHUB_ENV
8282
8383
- name: AZLogin
84-
uses: azure/login@v1
84+
uses: azure/login@v2
8585
with:
8686
creds: ${{ secrets.AZURE_CREDS }}
8787

0 commit comments

Comments
 (0)