We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fda23d3 commit 231753dCopy full SHA for 231753d
.github/workflows/test.yml
@@ -47,13 +47,13 @@ jobs:
47
- 5672:5672
48
steps:
49
- name: checkout
50
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
51
- name: Setup node
52
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
53
with:
54
node-version: ${{ env.NODE_VERSION }}
55
- name: Start MongoDB
56
- uses: supercharge/mongodb-github-action@1.12.0
+ uses: supercharge/mongodb-github-action@1.12.1
57
58
mongodb-version: ${{ env.MONGODB_VERSION }}
59
- name: npm ci
0 commit comments