Merge pull request #9923 from containerd/dependabot/github_actions/azure/login-2
build(deps): bump azure/login from 1 to 2
This commit is contained in:
commit
249db79d6d
2
.github/workflows/build-test-images.yml
vendored
2
.github/workflows/build-test-images.yml
vendored
@ -72,7 +72,7 @@ jobs:
|
|||||||
echo "SSH_PUB_KEY=$(cat ~/.ssh/id_rsa.pub)" >> $GITHUB_ENV
|
echo "SSH_PUB_KEY=$(cat ~/.ssh/id_rsa.pub)" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Azure Login
|
- name: Azure Login
|
||||||
uses: azure/login@v1
|
uses: azure/login@v2
|
||||||
with:
|
with:
|
||||||
creds: ${{ secrets.AZURE_CREDS }}
|
creds: ${{ secrets.AZURE_CREDS }}
|
||||||
|
|
||||||
|
@ -81,7 +81,7 @@ jobs:
|
|||||||
echo "SSH_PUB_KEY=$(cat ~/.ssh/id_rsa.pub)" >> $GITHUB_ENV
|
echo "SSH_PUB_KEY=$(cat ~/.ssh/id_rsa.pub)" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: AZLogin
|
- name: AZLogin
|
||||||
uses: azure/login@v1
|
uses: azure/login@v2
|
||||||
with:
|
with:
|
||||||
creds: ${{ secrets.AZURE_CREDS }}
|
creds: ${{ secrets.AZURE_CREDS }}
|
||||||
|
|
||||||
|
2
.github/workflows/windows-periodic.yml
vendored
2
.github/workflows/windows-periodic.yml
vendored
@ -81,7 +81,7 @@ jobs:
|
|||||||
echo "SSH_PUB_KEY=$(cat ~/.ssh/id_rsa.pub)" >> $GITHUB_ENV
|
echo "SSH_PUB_KEY=$(cat ~/.ssh/id_rsa.pub)" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: AZLogin
|
- name: AZLogin
|
||||||
uses: azure/login@v1
|
uses: azure/login@v2
|
||||||
with:
|
with:
|
||||||
creds: ${{ secrets.AZURE_CREDS }}
|
creds: ${{ secrets.AZURE_CREDS }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user