Skip to content

Commit 2ed8286

Browse files
authored
Merge pull request #590 from Particular/update-rabbitmq-setup-action-4
Update RabbitMQ setup action
2 parents da0f892 + 87dbe1f commit 2ed8286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
echo "AWS_REGION=${{ secrets.AWS_REGION }}" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf-8 -Append
9090
- name: Setup RabbitMQ
9191
if: matrix.transport == 'RabbitMQ'
92-
uses: Particular/setup-rabbitmq-action@v1.7.0
92+
uses: Particular/setup-rabbitmq-action@v1.7.1
9393
with:
9494
connection-string-name: RabbitMQTransport_ConnectionString
9595
tag: RabbitMQTransportBridge

0 commit comments

Comments
 (0)