We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7071a6b commit dce9884Copy full SHA for dce9884
1 file changed
.github/workflows/build.yml
@@ -34,9 +34,9 @@ jobs:
34
with:
35
repo-token: ${{ secrets.GITHUB_TOKEN }}
36
- name: Start MongoDB
37
- uses: supercharge/mongodb-github-action@1.11.0
+ uses: supercharge/mongodb-github-action@1.12.1
38
39
- mongodb-version: "7.0"
+ mongodb-version: "8.0"
40
mongodb-replica-set: rs0
41
mongodb-port: 27017
42
- name: Install dependencies
0 commit comments