Skip to content

Commit 231753d

Browse files
committed
try upgrde actions - fix docker ci issue
1 parent fda23d3 commit 231753d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ jobs:
4747
- 5672:5672
4848
steps:
4949
- name: checkout
50-
uses: actions/checkout@v5
50+
uses: actions/checkout@v6
5151
- name: Setup node
52-
uses: actions/setup-node@v5
52+
uses: actions/setup-node@v6
5353
with:
5454
node-version: ${{ env.NODE_VERSION }}
5555
- name: Start MongoDB
56-
uses: supercharge/mongodb-github-action@1.12.0
56+
uses: supercharge/mongodb-github-action@1.12.1
5757
with:
5858
mongodb-version: ${{ env.MONGODB_VERSION }}
5959
- name: npm ci

0 commit comments

Comments
 (0)