Skip to content

Bump version of AZD #2364

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 17, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/deployment/azure/aca-deployment-github-actions.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Deploy a .NET Aspire project using the Azure Developer CLI and GitHub Actions
description: Learn how to use `azd` and GitHub Actions to deploy .NET Aspire projects.
ms.date: 07/08/2024
ms.date: 01/08/2025
zone_pivot_groups: deployment-platform
ms.custom: devx-track-extended-azdevcli
---
Expand Down Expand Up @@ -109,7 +109,7 @@ Although `azd` generated some essential template files for you, the project stil
uses: actions/checkout@v4

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

- name: Install .NET Aspire workload
run: dotnet workload install aspire
Expand Down
Loading