Skip to content

Commit c9015dc

Browse files
author
Travis Nickels
committed
Update RabbitMQ and postgres action versions
1 parent 2bc6d3b commit c9015dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@ jobs:
7575
connection-string-env-var: ServiceControl_TransportTests_SQL_ConnectionString
7676
catalog: nservicebus
7777
- name: Setup PostgreSQL
78-
uses: Particular/[email protected].0
78+
uses: Particular/[email protected].2
7979
if: matrix.test-category == 'PostgreSQL'
80-
with:
80+
with:
8181
connection-string-name: ServiceControl_TransportTests_PostgreSQL_ConnectionString
8282
tag: ServiceControl
8383
registry-username: ${{ secrets.DOCKERHUB_USERNAME }}
84-
registry-password: ${{ secrets.DOCKERHUB_TOKEN }}
84+
registry-password: ${{ secrets.DOCKERHUB_TOKEN }}
8585
- name: Setup RabbitMQ
86-
uses: Particular/[email protected].0
86+
uses: Particular/[email protected].1
8787
if: matrix.test-category == 'RabbitMQ'
8888
with:
8989
connection-string-name: ServiceControl_TransportTests_RabbitMQ_ConnectionString

0 commit comments

Comments
 (0)