Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspoehls committed May 31, 2021
1 parent 39f2728 commit d48a39f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.4.1
uses: supercharge/mongodb-github-action@1.5.0
with:
mongodb-version: ${{ matrix.mongodb-version }}

Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.4.1
uses: supercharge/mongodb-github-action@1.5.0
with:
mongodb-version: ${{ matrix.mongodb-version }}
mongodb-replica-set: test-rs
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.4.1
uses: supercharge/mongodb-github-action@1.5.0
with:
mongodb-version: ${{ matrix.mongodb-version }}
mongodb-replica-set: test-rs
Expand Down

0 comments on commit d48a39f

Please sign in to comment.