Skip to content

Commit 249db79

Browse files
authored
Merge pull request containerd#9923 from containerd/dependabot/github_actions/azure/login-2
build(deps): bump azure/login from 1 to 2
2 parents 5102387 + ab4de3e commit 249db79

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)