Skip to content

Commit 1597282

Browse files
authored
Bump action versions
1 parent 658cc13 commit 1597282

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 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'
8080
with:
8181
connection-string-name: ServiceControl_TransportTests_PostgreSQL_ConnectionString
8282
tag: ServiceControl
8383
registry-username: ${{ secrets.DOCKERHUB_USERNAME }}
8484
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)