File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments