Skip to content

Commit c7785f2

Browse files
authored
Merge pull request #166 from omniauth/dependabot/github_actions/supercharge/mongodb-github-action-1.12.1
2 parents 7b973e7 + 9e0385e commit c7785f2

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.github/workflows/ancient-svc-adapters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777

7878
### MONGODB
7979
- name: Start MongoDB
80-
uses: supercharge/[email protected].0
80+
uses: supercharge/[email protected].1
8181
if: "endsWith(matrix.exec_cmd, 'mongoid')"
8282
with:
8383
mongodb-version: "8.0"

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
### MONGODB
6464
- name: Start MongoDB
65-
uses: supercharge/[email protected].0
65+
uses: supercharge/[email protected].1
6666
with:
6767
mongodb-version: "8.0"
6868

.github/workflows/current-svc-adapters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
### MONGODB
7070
- name: Start MongoDB
71-
uses: supercharge/[email protected].0
71+
uses: supercharge/[email protected].1
7272
if: "endsWith(matrix.exec_cmd, 'mongoid')"
7373
with:
7474
mongodb-version: "8.0"

.github/workflows/jruby-ancient-svc-adapters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
### MONGODB
8282
- name: Start MongoDB
83-
uses: supercharge/[email protected].0
83+
uses: supercharge/[email protected].1
8484
if: "endsWith(matrix.exec_cmd, 'mongoid')"
8585
with:
8686
mongodb-version: "8.0"

.github/workflows/jruby-svc-adapters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
### MONGODB
7474
- name: Start MongoDB
75-
uses: supercharge/[email protected].0
75+
uses: supercharge/[email protected].1
7676
if: "endsWith(matrix.exec_cmd, 'mongoid')"
7777
with:
7878
mongodb-version: "8.0"

.github/workflows/legacy-svc-adapters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181

8282
### MONGODB
8383
- name: Start MongoDB
84-
uses: supercharge/[email protected].0
84+
uses: supercharge/[email protected].1
8585
if: "endsWith(matrix.exec_cmd, 'mongoid')"
8686
with:
8787
mongodb-version: "8.0"

.github/workflows/supported-svc-adapters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686

8787
### MONGODB
8888
- name: Start MongoDB
89-
uses: supercharge/[email protected].0
89+
uses: supercharge/[email protected].1
9090
if: "endsWith(matrix.exec_cmd, 'mongoid')"
9191
with:
9292
mongodb-version: "8.0"

.github/workflows/unsupported-svc-adapters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
### MONGODB
7777
- name: Start MongoDB
78-
uses: supercharge/[email protected].0
78+
uses: supercharge/[email protected].1
7979
if: "endsWith(matrix.exec_cmd, 'mongoid')"
8080
with:
8181
mongodb-version: "8.0"

0 commit comments

Comments
 (0)