chore(deps): update supercharge/mongodb-github-action action to v1.9.0 (#1003)
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -46,7 +46,7 @@ jobs:
|
||||
run: |
|
||||
npm run bundle
|
||||
- name: Start MongoDB
|
||||
uses: supercharge/mongodb-github-action@v1.8.0
|
||||
uses: supercharge/mongodb-github-action@v1.9.0
|
||||
with:
|
||||
mongodb-version: 4.4
|
||||
- name: Start Redis
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
node-version: 16.x
|
||||
|
||||
- name: Start MongoDB
|
||||
uses: supercharge/mongodb-github-action@v1.8.0
|
||||
uses: supercharge/mongodb-github-action@v1.9.0
|
||||
with:
|
||||
mongodb-version: 4.4
|
||||
- name: Start Redis
|
||||
|
||||
Reference in New Issue
Block a user