Skip to content

Commit 4d92983

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

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
@@ -64,7 +64,7 @@ jobs:
6464
shell: pwsh
6565
run: Import-Module ./deploy/PowerShellModules/Particular.ServiceControl.Management
6666
- name: Azure login
67-
uses: azure/login@v2.1.1
67+
uses: azure/login@v2.2.0
6868
if: matrix.test-category == 'AzureServiceBus' || matrix.test-category == 'AzureStorageQueues' || matrix.test-category == 'RabbitMQ'
6969
with:
7070
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
@@ -54,7 +54,7 @@ jobs:
5454
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
5555
- name: Azure Login
5656
if: ${{ matrix.name == 'asb' || matrix.name == 'asq' }}
57-
uses: azure/login@v2.1.1
57+
uses: azure/login@v2.2.0
5858
with:
5959
creds: ${{ secrets.AZURE_ACI_CREDENTIALS }}
6060
- name: Setup Azure Service Bus

0 commit comments

Comments
 (0)