Skip to content

Commit 4790049

Browse files
authored
Merge pull request #172 from abnud11/chore/upgrade-github-actions
chore: upgrade github actions versions
2 parents e810da3 + 97355d0 commit 4790049

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,16 @@ jobs:
1414
name: Node ${{ matrix.node }} MongoDB ${{ matrix.mongodb-version }}
1515
steps:
1616
- name: Git checkout
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v6
1818

1919
- name: Use Node.js ${{ matrix.node-version }}
20-
uses: actions/setup-node@v1
20+
uses: actions/setup-node@v6
2121
with:
2222
node-version: ${{ matrix.node-version }}
23+
cache: 'npm'
2324

2425
- name: Start MongoDB
25-
uses: supercharge/mongodb-github-action@1.12.0
26+
uses: supercharge/mongodb-github-action@1.12.1
2627
with:
2728
mongodb-version: ${{ matrix.mongodb-version }}
2829

0 commit comments

Comments
 (0)