Skip to content

Commit fe42fba

Browse files
authored
Merge pull request #954 from flippercloud/dependabot/github_actions/supercharge/mongodb-github-action-1.12.1
Bump supercharge/mongodb-github-action from 1.12.0 to 1.12.1
2 parents d5d59e0 + 179876a commit fe42fba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Setup memcached
8787
uses: KeisukeYamashita/memcached-actions@v1
8888
- name: Start MongoDB
89-
uses: supercharge/mongodb-github-action@1.12.0
89+
uses: supercharge/mongodb-github-action@1.12.1
9090
with:
9191
mongodb-version: 4.0
9292
- name: Check out repository code

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Setup memcached
6767
uses: KeisukeYamashita/memcached-actions@v1
6868
- name: Start MongoDB
69-
uses: supercharge/mongodb-github-action@1.12.0
69+
uses: supercharge/mongodb-github-action@1.12.1
7070
with:
7171
mongodb-version: 4.0
7272
- name: Check out repository code

0 commit comments

Comments
 (0)