Skip to content

Commit

Permalink
Merge pull request #590 from Particular/update-rabbitmq-setup-action-4
Browse files Browse the repository at this point in the history
Update RabbitMQ setup action
  • Loading branch information
jpalac authored Dec 20, 2024
2 parents da0f892 + 87dbe1f commit 2ed8286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
echo "AWS_REGION=${{ secrets.AWS_REGION }}" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf-8 -Append
- name: Setup RabbitMQ
if: matrix.transport == 'RabbitMQ'
uses: Particular/setup-rabbitmq-action@v1.7.0
uses: Particular/setup-rabbitmq-action@v1.7.1
with:
connection-string-name: RabbitMQTransport_ConnectionString
tag: RabbitMQTransportBridge
Expand Down

0 comments on commit 2ed8286

Please sign in to comment.