Skip to content

Commit

Permalink
Bump supercharge/mongodb-github-action from 1.11.0 to 1.12.0
Browse files Browse the repository at this point in the history
Bumps [supercharge/mongodb-github-action](https://github.com/supercharge/mongodb-github-action) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/supercharge/mongodb-github-action/releases)
- [Changelog](https://github.com/supercharge/mongodb-github-action/blob/main/CHANGELOG.md)
- [Commits](supercharge/mongodb-github-action@1.11.0...1.12.0)

---
updated-dependencies:
- dependency-name: supercharge/mongodb-github-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent f37d5c0 commit 7683a5a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ancient.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
### MONGODB
- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.11.0
uses: supercharge/mongodb-github-action@1.12.0
if: "endsWith(matrix.taskname, 'mongoid')"
with:
mongodb-version: "8.0"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
### MONGODB
- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.11.0
uses: supercharge/mongodb-github-action@1.12.0
with:
mongodb-version: "8.0"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/heads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
### MONGODB
- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.11.0
uses: supercharge/mongodb-github-action@1.12.0
if: "endsWith(matrix.taskname, 'mongoid')"
with:
mongodb-version: "8.0"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
### MONGODB
- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.11.0
uses: supercharge/mongodb-github-action@1.12.0
if: "endsWith(matrix.taskname, 'mongoid')"
with:
mongodb-version: "8.0"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/supported.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
### MONGODB
- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.11.0
uses: supercharge/mongodb-github-action@1.12.0
if: "endsWith(matrix.taskname, 'mongoid')"
with:
mongodb-version: "8.0"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unsupported.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
### MONGODB
- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.11.0
uses: supercharge/mongodb-github-action@1.12.0
if: "endsWith(matrix.taskname, 'mongoid')"
with:
mongodb-version: "8.0"
Expand Down

0 comments on commit 7683a5a

Please sign in to comment.