diff --git a/.github/workflows/ancient.yml b/.github/workflows/ancient.yml index 73af5f5..97000bf 100644 --- a/.github/workflows/ancient.yml +++ b/.github/workflows/ancient.yml @@ -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" diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 0fcf6f6..affceb2 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -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" diff --git a/.github/workflows/heads.yml b/.github/workflows/heads.yml index 8e06915..07674ae 100644 --- a/.github/workflows/heads.yml +++ b/.github/workflows/heads.yml @@ -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" diff --git a/.github/workflows/legacy.yml b/.github/workflows/legacy.yml index c80e420..18a88db 100644 --- a/.github/workflows/legacy.yml +++ b/.github/workflows/legacy.yml @@ -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" diff --git a/.github/workflows/supported.yml b/.github/workflows/supported.yml index c6e2029..f74006b 100644 --- a/.github/workflows/supported.yml +++ b/.github/workflows/supported.yml @@ -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" diff --git a/.github/workflows/unsupported.yml b/.github/workflows/unsupported.yml index 6f3aad1..a62a8ac 100644 --- a/.github/workflows/unsupported.yml +++ b/.github/workflows/unsupported.yml @@ -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"