From 6a79d4641cb7f182b2f2625529ed9112583cd6fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 00:44:36 +0000 Subject: [PATCH] Bump the all group with 2 updates Bumps the all group with 2 updates: [azure/login](https://github.com/azure/login) and [nick-fields/retry](https://github.com/nick-fields/retry). Updates `azure/login` from 2.3.0 to 3.0.0 - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/a457da9ea143d694b1b9c7c869ebb04ebe844ef5...532459ea530d8321f2fb9bb10d1e0bcf23869a43) Updates `nick-fields/retry` from 3.0.2 to 4.0.0 - [Release notes](https://github.com/nick-fields/retry/releases) - [Commits](https://github.com/nick-fields/retry/compare/ce71cc2ab81d554ebbe88c79ab5975992d79ba08...ad984534de44a9489a53aefd81eb77f87c70dc60) --- updated-dependencies: - dependency-name: azure/login dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: nick-fields/retry dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/issues.yaml | 2 +- .github/workflows/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/issues.yaml b/.github/workflows/issues.yaml index 8f0be6f1..6caef65a 100644 --- a/.github/workflows/issues.yaml +++ b/.github/workflows/issues.yaml @@ -26,7 +26,7 @@ jobs: # Auth using Azure Service Principals was added as a part of v2.3 # reference: https://github.com/danhellem/github-actions-issue-to-work-item/pull/143 - name: Login to Azure - uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2.3.0 + uses: azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43 # v3.0.0 with: client-id: ${{ vars.AZURE_SP_DEVOPS_SYNC_CLIENT_ID }} tenant-id: ${{ vars.AZURE_SP_DEVOPS_SYNC_TENANT_ID }} diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 191ada12..73bf7b91 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -268,7 +268,7 @@ jobs: - name: Deploy app if: steps.gen-id.outputs.RUN_TEST == 'true' id: deploy-app - uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2 + uses: nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4.0.0 with: timeout_minutes: 30 max_attempts: 3