From 31bd9d1abc24010a78c52ef9b419e4dcf5ea1ab9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 14:50:19 +0000 Subject: [PATCH] Bump Azure/setup-azd from 2.2.1 to 2.3.0 Bumps [Azure/setup-azd](https://github.com/azure/setup-azd) from 2.2.1 to 2.3.0. - [Release notes](https://github.com/azure/setup-azd/releases) - [Changelog](https://github.com/Azure/setup-azd/blob/main/CHANGELOG.md) - [Commits](https://github.com/azure/setup-azd/compare/v2.2.1...v2.3.0) --- updated-dependencies: - dependency-name: Azure/setup-azd dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/azure-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-dev.yml b/.github/workflows/azure-dev.yml index f7d5869..7a291cd 100644 --- a/.github/workflows/azure-dev.yml +++ b/.github/workflows/azure-dev.yml @@ -38,7 +38,7 @@ jobs: uses: actions/checkout@v6.0.2 - name: Install azd - uses: Azure/setup-azd@v2.2.1 + uses: Azure/setup-azd@v2.3.0 - name: Log in with Azure (Federated Credentials) if: ${{ env.AZURE_CLIENT_ID != '' }}