Skip to content

Commit

Permalink
Bump supercharge/mongodb-github-action from 1.6.0 to 1.7.0 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 22, 2021
1 parent 7ab4258 commit db80d87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
dotnet-version: '6.x'

- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.6.0
uses: supercharge/mongodb-github-action@1.7.0
with:
mongodb-version: '5.0'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_API_KEY }}

- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.6.0
uses: supercharge/mongodb-github-action@1.7.0
with:
mongodb-version: '5.0'

Expand Down

0 comments on commit db80d87

Please sign in to comment.