Skip to content

Commit 0ac060f

Browse files
Bump azure/login from 2.2.0 to 2.3.0
Bumps [azure/login](https://github.com/azure/login) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/azure/login/releases) - [Commits](Azure/login@v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: azure/login dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9d1c7d7 commit 0ac060f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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.2.0
66+
uses: azure/login@v2.3.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
@@ -68,7 +68,7 @@ jobs:
6868
password: ${{ secrets.DOCKERHUB_TOKEN }}
6969
- name: Azure Login
7070
if: ${{ matrix.name == 'asb' || matrix.name == 'asq' }}
71-
uses: azure/login@v2.2.0
71+
uses: azure/login@v2.3.0
7272
with:
7373
creds: ${{ secrets.AZURE_ACI_CREDENTIALS }}
7474
- name: Setup Azure Service Bus

0 commit comments

Comments
 (0)