diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7236419b8d..85a18167f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: if: matrix.os-name == 'Windows' run: Import-Module ./deploy/PowerShellModules/Particular.ServiceControl.Management - name: Azure login - uses: azure/login@v2.2.0 + uses: azure/login@v2.3.0 if: matrix.test-category == 'AzureServiceBus' || matrix.test-category == 'AzureStorageQueues' || matrix.test-category == 'RabbitMQ' || matrix.test-category == 'PostgreSQL' with: creds: ${{ secrets.AZURE_ACI_CREDENTIALS }} diff --git a/.github/workflows/container-integration-test.yml b/.github/workflows/container-integration-test.yml index 8b63ccd081..293d2d98fb 100644 --- a/.github/workflows/container-integration-test.yml +++ b/.github/workflows/container-integration-test.yml @@ -68,7 +68,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Azure Login if: ${{ matrix.name == 'asb' || matrix.name == 'asq' }} - uses: azure/login@v2.2.0 + uses: azure/login@v2.3.0 with: creds: ${{ secrets.AZURE_ACI_CREDENTIALS }} - name: Setup Azure Service Bus