File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -64,11 +64,13 @@ jobs:
6464 connection-string-env-var : ServiceControl.TransportTests.SQL.ConnectionString
6565 catalog : nservicebus
6666 - name : Setup RabbitMQ
67- uses : Particular/setup-rabbitmq-action@v1.3 .0
67+ uses : Particular/setup-rabbitmq-action@v1.6 .0
6868 if : matrix.test-category == 'RabbitMQ'
6969 with :
7070 connection-string-name : ServiceControl.TransportTests.RabbitMQ.ConnectionString
7171 tag : ServiceControl
72+ registry-username : ${{ secrets.DOCKERHUB_USERNAME }}
73+ registry-password : ${{ secrets.DOCKERHUB_TOKEN }}
7274 - name : Setup Azure Service Bus
7375 uses :
Particular/[email protected] 7476 if : matrix.test-category == 'AzureServiceBus'
Original file line number Diff line number Diff line change 77
88 <ItemGroup Label =" Versions for direct package references" >
99 <PackageVersion Include =" Autofac" Version =" 7.0.1" />
10- <PackageVersion Include =" Azure.Identity" Version =" 1.11.1 " />
10+ <PackageVersion Include =" Azure.Identity" Version =" 1.12.0 " />
1111 <PackageVersion Include =" ByteSize" Version =" 2.1.1" />
1212 <PackageVersion Include =" Caliburn.Micro" Version =" 4.0.212" />
1313 <PackageVersion Include =" Dapper" Version =" 2.0.138" />
You can’t perform that action at this time.
0 commit comments