Skip to content

Commit 1be4cef

Browse files
authored
Use stable version of mongodb extension v2 (#3343)
1 parent bd8705a commit 1be4cef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-ci-atlas.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
env:
88
MONGODB_EXT_V1: mongodb-1.21.0
9-
MONGODB_EXT_V2: mongodb-mongodb/[email protected]
9+
MONGODB_EXT_V2: stable
1010

1111
jobs:
1212
build:

.github/workflows/build-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
env:
88
MONGODB_EXT_V1: mongodb-1.21.0
9-
MONGODB_EXT_V2: mongodb-mongodb/[email protected]
9+
MONGODB_EXT_V2: stable
1010

1111
jobs:
1212
build:

0 commit comments

Comments
 (0)