From 47c3b1fa66fea745981d6b588909e5696c429ff8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 07:06:05 +0000 Subject: [PATCH] Bump Azure/setup-azd from 2.2.0 to 2.2.1 Bumps [Azure/setup-azd](https://github.com/azure/setup-azd) from 2.2.0 to 2.2.1. - [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.0...v2.2.1) --- updated-dependencies: - dependency-name: Azure/setup-azd dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/azure-dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-dev.yaml b/.github/workflows/azure-dev.yaml index f2d76a5..7b63e25 100644 --- a/.github/workflows/azure-dev.yaml +++ b/.github/workflows/azure-dev.yaml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v5 - name: Install azd - uses: Azure/setup-azd@v2.2.0 + uses: Azure/setup-azd@v2.2.1 - name: Log in with Azure (Federated Credentials) run: |