diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a8b91de03..020d1ade49 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.3.0 + uses: azure/login@v3.0.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 1b59cd927b..c0a9fd1664 100644 --- a/.github/workflows/container-integration-test.yml +++ b/.github/workflows/container-integration-test.yml @@ -72,7 +72,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Azure Login if: ${{ matrix.name == 'asb' || matrix.name == 'asq' }} - uses: azure/login@v2.3.0 + uses: azure/login@v3.0.0 with: creds: ${{ secrets.AZURE_ACI_CREDENTIALS }} - name: Setup Azure Service Bus