We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e6872a commit 5ad4547Copy full SHA for 5ad4547
.github/actions/setup-databases/action.yml
@@ -15,7 +15,7 @@ runs:
15
using: 'composite'
16
steps:
17
- name: Start MongoDB
18
- uses: supercharge/mongodb-github-action@1.12.0
+ uses: supercharge/mongodb-github-action@1.12.1
19
with:
20
mongodb-version: ${{ inputs.mongodb-version }}
21
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
node-version: 22.x
26
27
28
29
30
mongodb-version: 4.4
31
- name: Start Redis
0 commit comments