Skip to content

Commit

Permalink
build(deps): bump supercharge/mongodb-github-action from 1.9.0 to 1.1…
Browse files Browse the repository at this point in the history
…0.0 (#121)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 8, 2023
1 parent 7af84d8 commit 6e07294
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cache: true
cache-dependency-path: "main/go.sum"
- name: Set up MongoDB
uses: supercharge/mongodb-github-action@1.9.0
uses: supercharge/mongodb-github-action@v1.10.0
with:
mongodb-version: "4.4"
- name: Run coverage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mongodb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cache: true
cache-dependency-path: "main/go.sum"
- name: Set up MongoDB
uses: supercharge/mongodb-github-action@1.9.0
uses: supercharge/mongodb-github-action@v1.10.0
with:
mongodb-version: ${{ matrix.mongodb-version }}
- name: Test packages
Expand Down

0 comments on commit 6e07294

Please sign in to comment.