Skip to content

Commit da705a5

Browse files
author
QuadStingray
committed
ci: updated github action version for mongodb 6 needed
1 parent 250eca6 commit da705a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main_test_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
distribution: 'corretto'
2424
java-version: ${{ matrix.java }}
2525
- name: Start MongoDB ${{ matrix.mongodb-version }}
26-
uses: MongoCamp/mongodb-github-action@0.5.0
26+
uses: MongoCamp/mongodb-github-action@1.2.0
2727
with:
2828
mongodb-version: ${{ matrix.mongodb-version }}
2929
- name: Run tests

.github/workflows/other_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
distribution: 'corretto'
2424
java-version: ${{ matrix.java }}
2525
- name: Start MongoDB ${{ matrix.mongodb-version }}
26-
uses: MongoCamp/mongodb-github-action@0.5.0
26+
uses: MongoCamp/mongodb-github-action@1.2.0
2727
with:
2828
mongodb-version: ${{ matrix.mongodb-version }}
2929
- name: Run tests

0 commit comments

Comments
 (0)