File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,15 +75,15 @@ jobs:
75
75
connection-string-env-var : ServiceControl_TransportTests_SQL_ConnectionString
76
76
catalog : nservicebus
77
77
- name : Setup PostgreSQL
78
- uses : Particular/setup-postgres-action@v1.0.1
78
+ uses : Particular/setup-postgres-action@v1.0.2
79
79
if : matrix.test-category == 'PostgreSQL'
80
80
with :
81
81
connection-string-name : ServiceControl_TransportTests_PostgreSQL_ConnectionString
82
82
tag : ServiceControl
83
83
registry-username : ${{ secrets.DOCKERHUB_USERNAME }}
84
84
registry-password : ${{ secrets.DOCKERHUB_TOKEN }}
85
85
- name : Setup RabbitMQ
86
- uses : Particular/setup-rabbitmq-action@v1.7.0
86
+ uses : Particular/setup-rabbitmq-action@v1.7.1
87
87
if : matrix.test-category == 'RabbitMQ'
88
88
with :
89
89
connection-string-name : ServiceControl_TransportTests_RabbitMQ_ConnectionString
Original file line number Diff line number Diff line change 41
41
<PackageVersion Include =" NServiceBus.RabbitMQ" Version =" 9.1.1" />
42
42
<PackageVersion Include =" NServiceBus.SagaAudit" Version =" 5.0.1" />
43
43
<PackageVersion Include =" NServiceBus.Testing" Version =" 9.0.0" />
44
- <PackageVersion Include =" NServiceBus.Transport.AzureServiceBus" Version =" 4.2.3 " />
44
+ <PackageVersion Include =" NServiceBus.Transport.AzureServiceBus" Version =" 4.2.4 " />
45
45
<PackageVersion Include =" NServiceBus.Transport.AzureStorageQueues" Version =" 13.0.1" />
46
46
<PackageVersion Include =" NServiceBus.Transport.Msmq.Sources" Version =" 3.0.1" />
47
47
<PackageVersion Include =" NServiceBus.Transport.SqlServer" Version =" 8.1.6" />
You can’t perform that action at this time.
0 commit comments