Skip to content

Commit 5f468fa

Browse files
author
QuadStingray
committed
ci: publish version with new github action
1 parent 64412fc commit 5f468fa

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

.github/workflows/main_test_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
mongodb-version: [ '4.4', '5.0' ]
16+
mongodb-version: ['4.4.14', '5.0.9']
1717
java: [ '11', '17' ]
1818
steps:
1919
- uses: actions/[email protected]
@@ -23,7 +23,7 @@ jobs:
2323
distribution: 'corretto'
2424
java-version: ${{ matrix.java }}
2525
- name: Start MongoDB ${{ matrix.mongodb-version }}
26-
uses: supercharge/mongodb-github-action@1.7.0
26+
uses: MongoCamp/mongodb-github-action@0.5.0
2727
with:
2828
mongodb-version: ${{ matrix.mongodb-version }}
2929
- name: Run tests

.github/workflows/other_test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
mongodb-version: [ '4.4', '5.0' ]
16+
mongodb-version: ['4.4.14', '5.0.9']
1717
java: [ '11', '17' ]
1818
steps:
1919
- uses: actions/checkout@v2
@@ -23,9 +23,8 @@ jobs:
2323
distribution: 'corretto'
2424
java-version: ${{ matrix.java }}
2525
- name: Start MongoDB ${{ matrix.mongodb-version }}
26-
uses: supercharge/mongodb-github-action@1.7.0
26+
uses: MongoCamp/mongodb-github-action@0.5.0
2727
with:
2828
mongodb-version: ${{ matrix.mongodb-version }}
29-
mongodb-replica-set: test-rs
3029
- name: Run tests
3130
run: sbt test

.github/workflows/scala-steward.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
name: Launch Scala Steward
1212
steps:
1313
- name: Launch Scala Steward
14-
uses: scala-steward-org/scala-steward-action@v2.19.0
14+
uses: scala-steward-org/scala-steward-action@v2.20.0
1515
with:
1616
github-token: ${{ secrets.GITHUB_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-driver",
3-
"version": "2.4.8.snapshot",
3+
"version": "2.4.8",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/MongoCamp/mongodb-driver.git"

0 commit comments

Comments
 (0)