diff --git a/.github/workflows/ancient.yml b/.github/workflows/ancient.yml index 12b1401..4270ecc 100644 --- a/.github/workflows/ancient.yml +++ b/.github/workflows/ancient.yml @@ -111,7 +111,7 @@ jobs: ### MONGODB - name: Start MongoDB - uses: supercharge/mongodb-github-action@1.12.0 + uses: supercharge/mongodb-github-action@1.12.1 if: "endsWith(matrix.exec_cmd, 'mongoid')" with: mongodb-version: "8.0" diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index f33d9ca..4226f18 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -62,7 +62,7 @@ jobs: ### MONGODB - name: Start MongoDB - uses: supercharge/mongodb-github-action@1.12.0 + uses: supercharge/mongodb-github-action@1.12.1 with: mongodb-version: "8.0"