Skip to content

Commit 99978a9

Browse files
committed
Update MongoDB GitHub Action. Switch to MongoDB 8.0
1 parent 281ec0d commit 99978a9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ jobs:
5757
node-version: 12
5858

5959
- name: Setup MongoDB
60-
uses: supercharge/mongodb-github-action@1.10.0
60+
uses: supercharge/mongodb-github-action@1.12.0
6161
with:
62-
mongodb-version: 7.0
62+
mongodb-version: 8.0
6363
mongodb-replica-set: test-rs
6464

6565
- name: Check that workflows are up to date

project/Commons.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ object Commons extends ProjectGroup("commons") {
7979
params = Map("node-version" -> "12")
8080
),
8181
WorkflowStep.Use(
82-
UseRef.Public("supercharge", "mongodb-github-action", "1.10.0"),
82+
UseRef.Public("supercharge", "mongodb-github-action", "1.12.0"),
8383
name = Some("Setup MongoDB"),
8484
params = Map(
85-
"mongodb-version" -> "7.0",
85+
"mongodb-version" -> "8.0",
8686
"mongodb-replica-set" -> "test-rs",
8787
)
8888
),

0 commit comments

Comments
 (0)