From 3225c6925fd37b6c6c290fd14eaecfce0e8f3233 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 18:55:15 +0000 Subject: [PATCH] :arrow_up: Bump azure/arm-deploy from 1 to 2 Bumps [azure/arm-deploy](https://github.com/azure/arm-deploy) from 1 to 2. - [Release notes](https://github.com/azure/arm-deploy/releases) - [Changelog](https://github.com/Azure/arm-deploy/blob/main/ReleaseProcess.md) - [Commits](https://github.com/azure/arm-deploy/compare/v1...v2) --- updated-dependencies: - dependency-name: azure/arm-deploy dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/setup-azure.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/setup-azure.yaml b/.github/workflows/setup-azure.yaml index 7932d8162..c017359c9 100644 --- a/.github/workflows/setup-azure.yaml +++ b/.github/workflows/setup-azure.yaml @@ -37,7 +37,7 @@ jobs: # Do the actual deployment - name: deploy id: deploy - uses: azure/arm-deploy@v1 + uses: azure/arm-deploy@v2 with: scope: subscription region: northeurope