Chore(deps): Bump supercharge/mongodb-github-action from 1.7.0 to 1.9.0 (#28003)

Bumps [supercharge/mongodb-github-action](https://github.com/supercharge/mongodb-github-action) from 1.7.0 to 1.9.0.
- [Release notes](https://github.com/supercharge/mongodb-github-action/releases)
- [Changelog](https://github.com/supercharge/mongodb-github-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/supercharge/mongodb-github-action/compare/1.7.0...1.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Diego Sampaio <chinello@gmail.com>
pull/28408/head
dependabot[bot] 3 years ago committed by GitHub
parent 8fbbf4171f
commit 503c0993eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/ci-test-e2e.yml
  2. 2
      .github/workflows/ci-test-unit.yml

@ -78,7 +78,7 @@ jobs:
steps:
- name: Launch MongoDB
uses: supercharge/mongodb-github-action@1.8.0
uses: supercharge/mongodb-github-action@1.9.0
with:
mongodb-version: ${{ matrix.mongodb-version }}
mongodb-replica-set: rs0

@ -28,7 +28,7 @@ jobs:
steps:
- name: Launch MongoDB
uses: supercharge/mongodb-github-action@1.8.0
uses: supercharge/mongodb-github-action@1.9.0
with:
mongodb-version: ${{ matrix.mongodb-version }}
mongodb-replica-set: rs0

Loading…
Cancel
Save