Skip to content

Commit ad0c2c3

Browse files
chore(deps): bump supercharge/mongodb-github-action from 1.6.0 to 1.7.0 (#52)
Bumps [supercharge/mongodb-github-action](https://github.com/supercharge/mongodb-github-action) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/supercharge/mongodb-github-action/releases) - [Changelog](https://github.com/supercharge/mongodb-github-action/blob/main/CHANGELOG.md) - [Commits](supercharge/mongodb-github-action@1.6.0...1.7.0) --- updated-dependencies: - dependency-name: supercharge/mongodb-github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 35b7f18 commit ad0c2c3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
redis-version: 6.2.5
2828
- name: Start MongoDB
29-
uses: supercharge/mongodb-github-action@1.6.0
29+
uses: supercharge/mongodb-github-action@1.7.0
3030
with:
3131
mongodb-version: 5.0.3
3232
mongodb-replica-set: entitydb

.github/workflows/publish-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
redis-version: 6.2.5
4444
- name: Start MongoDB
45-
uses: supercharge/mongodb-github-action@1.6.0
45+
uses: supercharge/mongodb-github-action@1.7.0
4646
with:
4747
mongodb-version: 5.0.3
4848
mongodb-replica-set: entitydb

.github/workflows/publish-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
redis-version: 6.2.5
5252
- name: Start MongoDB
53-
uses: supercharge/mongodb-github-action@1.6.0
53+
uses: supercharge/mongodb-github-action@1.7.0
5454
with:
5555
mongodb-version: 5.0.3
5656
mongodb-replica-set: entitydb

0 commit comments

Comments
 (0)