Skip to content

Commit

Permalink
Update azure/login and azure/cli sample versions
Browse files Browse the repository at this point in the history
  • Loading branch information
schnerring committed Aug 31, 2024
1 parent 196ad35 commit 7afc76b
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -670,13 +670,13 @@ latest_windows_version:
version: ${{ steps.get_latest_version.outputs.version }}
steps:
- name: Azure Login
uses: azure/login@v1
uses: azure/login@v2
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
- name: Get Latest Version
id: get_latest_version
uses: azure/CLI@v1
uses: azure/cli@v2
with:
azcliversion: ${{ env.AZ_CLI_VERSION }}
inlineScript: |
Expand Down Expand Up @@ -716,13 +716,13 @@ check_image_exists:
exists: ${{ steps.get_image.outputs.exists }}
steps:
- name: Azure Login
uses: azure/login@v1
uses: azure/login@v2
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
- name: Check If Image Exists
id: get_image
uses: azure/CLI@v1
uses: azure/cli@v2
with:
azcliversion: ${{ env.AZ_CLI_VERSION }}
inlineScript: |
Expand Down Expand Up @@ -809,12 +809,12 @@ cleanup:
uses: actions/checkout@v2
- name: Azure Login
uses: azure/login@v1
uses: azure/login@v2
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
- name: Cleanup Resource Group
uses: azure/CLI@v1
uses: azure/cli@v2
with:
azcliversion: ${{ env.AZ_CLI_VERSION }}
inlineScript: |
Expand Down

0 comments on commit 7afc76b

Please sign in to comment.