Skip to content

Commit

Permalink
Merge pull request #136 from omniauth/dependabot/github_actions/super…
Browse files Browse the repository at this point in the history
…charge/mongodb-github-action-1.12.0

Bump supercharge/mongodb-github-action from 1.11.0 to 1.12.0
  • Loading branch information
pboling authored Jan 8, 2025
2 parents f37d5c0 + 7683a5a commit 4200df1
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 4200df1

Please sign in to comment.