Skip to content

Commit 7175c56

Browse files
readme changes
1 parent a6ad994 commit 7175c56

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
node-version: ${{ matrix.node-version }}
3434

3535
- name: Start MongoDB
36-
uses: step-security/mongodb-github-action@1.11.0
36+
uses: supercharge/mongodb-github-action@1.12.0
3737
with:
3838
# Here we are using an image from Amazon's ECR rather than the default image from Docker Hub
3939
mongodb-image: 'public.ecr.aws/docker/library/mongo'
@@ -75,7 +75,7 @@ jobs:
7575
node-version: ${{ matrix.node-version }}
7676
7777
- name: Start MongoDB
78-
uses: step-security/mongodb-github-action@1.11.0
78+
uses: supercharge/mongodb-github-action@1.12.0
7979
with:
8080
mongodb-version: ${{ matrix.mongodb-version }}
8181
mongodb-replica-set: test-rs
@@ -119,7 +119,7 @@ jobs:
119119
node-version: ${{ matrix.node-version }}
120120
121121
- name: Start MongoDB
122-
uses: step-security/mongodb-github-action@1.11.0
122+
uses: supercharge/mongodb-github-action@1.12.0
123123
with:
124124
mongodb-version: ${{ matrix.mongodb-version }}
125125
mongodb-replica-set: test-rs
@@ -175,7 +175,7 @@ jobs:
175175
node-version: ${{ matrix.node-version }}
176176
177177
- name: Start MongoDB
178-
uses: step-security/mongodb-github-action@1.11.0
178+
uses: supercharge/mongodb-github-action@1.12.0
179179
with:
180180
mongodb-version: ${{ matrix.mongodb-version }}
181181
mongodb-username: supercharge
@@ -219,7 +219,7 @@ jobs:
219219
node-version: ${{ matrix.node-version }}
220220
221221
- name: Start MongoDB
222-
uses: step-security/mongodb-github-action@1.11.0
222+
uses: supercharge/mongodb-github-action@1.12.0
223223
with:
224224
mongodb-version: ${{ matrix.mongodb-version }}
225225
mongodb-container-name: mongodb-${{ matrix.node-version }}-${{ matrix.mongodb-version }}

0 commit comments

Comments
 (0)