Skip to content

Commit 5ad4547

Browse files
chore(deps): update supercharge/mongodb-github-action action to v1.12.1 (#2492)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9e6872a commit 5ad4547

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup-databases/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
using: 'composite'
1616
steps:
1717
- name: Start MongoDB
18-
uses: supercharge/mongodb-github-action@1.12.0
18+
uses: supercharge/mongodb-github-action@1.12.1
1919
with:
2020
mongodb-version: ${{ inputs.mongodb-version }}
2121

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
node-version: 22.x
2626

2727
- name: Start MongoDB
28-
uses: supercharge/mongodb-github-action@1.12.0
28+
uses: supercharge/mongodb-github-action@1.12.1
2929
with:
3030
mongodb-version: 4.4
3131
- name: Start Redis

0 commit comments

Comments
 (0)