Skip to content

Commit

Permalink
Bump Particular/setup-mongodb-action from 1.1.0 to 1.2.0 (#546)
Browse files Browse the repository at this point in the history
* Bump Particular/setup-mongodb-action from 1.1.0 to 1.2.0

Bumps [Particular/setup-mongodb-action](https://github.com/particular/setup-mongodb-action) from 1.1.0 to 1.2.0.
- [Commits](Particular/setup-mongodb-action@v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: Particular/setup-mongodb-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update ci.yml

* Try moving to different port

* Use improvements

* Back to stable

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Marbach <[email protected]>
  • Loading branch information
dependabot[bot] and danielmarbach authored Sep 4, 2023
1 parent bfaf868 commit dbf9992
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ jobs:
path: nugets/
retention-days: 7
- name: Setup MongoDB Server
uses: Particular/setup-mongodb-action@v1.1.0
uses: Particular/setup-mongodb-action@v1.2.0
with:
connection-string-name: NServiceBusStorageMongoDB_ConnectionString
mongodb-port: 27018
mongodb-replica-set: tr0
- name: Run tests
uses: Particular/[email protected]

0 comments on commit dbf9992

Please sign in to comment.