From 9e11d2d389bc382d63175477ed5bbeb8d0fd7312 Mon Sep 17 00:00:00 2001 From: "dependencyupdates[bot]" <218638057+dependencyupdates[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 21:25:01 +0000 Subject: [PATCH] Update Particular/setup-azureservicebus-action action to v2.1.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index edbb675b..8e051a1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: with: creds: ${{ secrets.AZURE_ACI_CREDENTIALS }} - name: Setup Azure Service Bus - uses: Particular/setup-azureservicebus-action@v2.0.0 + uses: Particular/setup-azureservicebus-action@v2.1.0 with: connection-string-name: AzureWebJobsServiceBus azure-credentials: ${{ secrets.AZURE_ACI_CREDENTIALS }}