From 6a8dc93fdaf07c2a73a4e03ad45948fac6a060f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 20:16:15 +0000 Subject: [PATCH] Bump Azure/setup-azd from 2.1.0 to 2.2.0 Bumps [Azure/setup-azd](https://github.com/azure/setup-azd) from 2.1.0 to 2.2.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.1.0...v2.2.0) --- updated-dependencies: - dependency-name: Azure/setup-azd dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/azure-dev.yaml | 2 +- .github/workflows/evaluate.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/azure-dev.yaml b/.github/workflows/azure-dev.yaml index 6dc18f1..832862c 100644 --- a/.github/workflows/azure-dev.yaml +++ b/.github/workflows/azure-dev.yaml @@ -41,7 +41,7 @@ jobs: uses: actions/checkout@v4 - name: Install azd - uses: Azure/setup-azd@v2.1.0 + uses: Azure/setup-azd@v2.2.0 - name: Install Nodejs uses: actions/setup-node@v5 diff --git a/.github/workflows/evaluate.yaml b/.github/workflows/evaluate.yaml index b5c77c4..41ca433 100644 --- a/.github/workflows/evaluate.yaml +++ b/.github/workflows/evaluate.yaml @@ -89,7 +89,7 @@ jobs: cache-dependency-glob: "requirements**.txt" - name: Install azd - uses: Azure/setup-azd@v2.1.0 + uses: Azure/setup-azd@v2.2.0 - name: Log in with Azure (Federated Credentials) run: |