chore(deps): update supercharge/mongodb-github-action action to v1.8.0 (#711)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2022-08-29 21:51:50 +08:00
committed by GitHub
parent 73a2f8b9dc
commit 522ec30f44
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ jobs:
run: |
npm run bundle
- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.7.0
uses: supercharge/mongodb-github-action@v1.8.0
with:
mongodb-version: 4.4
- name: Start Redis

View File

@@ -24,7 +24,7 @@ jobs:
node-version: 16.x
- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.7.0
uses: supercharge/mongodb-github-action@v1.8.0
with:
mongodb-version: 4.4
- name: Start Redis