Skip to content

Commit c45fb7e

Browse files
Update azure/login action to v3 (#5385)
Co-authored-by: dependencyupdates[bot] <218638057+dependencyupdates[bot]@users.noreply.github.com>
1 parent 4743f62 commit c45fb7e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
if: matrix.os-name == 'Windows'
6464
run: Import-Module ./deploy/PowerShellModules/Particular.ServiceControl.Management
6565
- name: Azure login
66-
uses: azure/login@v2.3.0
66+
uses: azure/login@v3.0.0
6767
if: matrix.test-category == 'AzureServiceBus' || matrix.test-category == 'AzureStorageQueues' || matrix.test-category == 'RabbitMQ' || matrix.test-category == 'PostgreSQL'
6868
with:
6969
creds: ${{ secrets.AZURE_ACI_CREDENTIALS }}

.github/workflows/container-integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
password: ${{ secrets.DOCKERHUB_TOKEN }}
7373
- name: Azure Login
7474
if: ${{ matrix.name == 'asb' || matrix.name == 'asq' }}
75-
uses: azure/login@v2.3.0
75+
uses: azure/login@v3.0.0
7676
with:
7777
creds: ${{ secrets.AZURE_ACI_CREDENTIALS }}
7878
- name: Setup Azure Service Bus

0 commit comments

Comments
 (0)