Skip to content

Commit

Permalink
ci: update azd
Browse files Browse the repository at this point in the history
Fixes #28
  • Loading branch information
manekinekko authored Jan 10, 2025
1 parent b4d3010 commit 23b7882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/azure-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
node-version: 20

- name: Install azd
uses: Azure/setup-azd@v1.0.0
uses: Azure/setup-azd@v2

- name: Log in with Azure (Federated Credentials)
if: ${{ env.AZURE_CLIENT_ID != '' }}
Expand Down Expand Up @@ -74,4 +74,4 @@ jobs:
env:
AZURE_ENV_NAME: ${{ vars.AZURE_ENV_NAME }}
AZURE_LOCATION: ${{ vars.AZURE_LOCATION }}
AZURE_SUBSCRIPTION_ID: ${{ vars.AZURE_SUBSCRIPTION_ID }}
AZURE_SUBSCRIPTION_ID: ${{ vars.AZURE_SUBSCRIPTION_ID }}

0 comments on commit 23b7882

Please sign in to comment.