Skip to content

Commit 6d5d5de

Browse files
committed
Bump action versions
1 parent ae65cf6 commit 6d5d5de

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,29 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
node: [20]
16-
mongodb-version: [4.4]
15+
node: [22, 24]
16+
mongodb-version: [8]
1717
python-version: [3.8]
1818
redis-version: [6]
1919

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323
with:
2424
submodules: true
2525
- name: Use Node.js {{ matrix.node }}
26-
uses: actions/setup-node@v4
26+
uses: actions/setup-node@v6
2727
with:
2828
node-version: ${{ matrix.node }}
29-
- uses: actions/setup-python@v5
29+
- uses: actions/setup-python@v6
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232
- name: Start MongoDB ${{ matrix.mongodb-version }}
33-
uses: supercharge/mongodb-github-action@1.10.0
33+
uses: supercharge/mongodb-github-action@1.12.1
3434
with:
3535
mongodb-version: ${{ matrix.mongodb-version }}
3636
- name: Start Redis ${{ matrix.redis-version }}
37-
uses: supercharge/redis-github-action@1.8.0
37+
uses: supercharge/redis-github-action@1.8.1
3838
with:
3939
redis-version: ${{ matrix.redis-version }}
4040
- name: Chrome

0 commit comments

Comments
 (0)