File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -10,19 +10,19 @@ jobs:
1010 runs-on : ubuntu-latest
1111 strategy :
1212 matrix :
13- python-version : ["3.13 "]
14- node-version : ["23 .x"]
13+ python-version : ["3.14 "]
14+ node-version : ["24 .x"]
1515
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818
1919 - name : Set up Python ${{ matrix.python-version }}
20- uses : actions/setup-python@v5
20+ uses : actions/setup-python@v6
2121 with :
2222 python-version : ${{ matrix.python-version }}
2323
2424 - name : Set up Node.js ${{ matrix.node-version }}
25- uses : actions/setup-node@v4
25+ uses : actions/setup-node@v5
2626 with :
2727 node-version : ${{ matrix.node-version }}
2828
Original file line number Diff line number Diff line change @@ -16,20 +16,20 @@ jobs:
1616 working-directory : server
1717
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020
2121 - name : Start MongoDB
2222 uses : supercharge/mongodb-github-action@1.12.0
2323 with :
2424 mongodb-version : " 8.0"
2525
2626 - name : Set up Python ${{ matrix.python-version }}
27- uses : actions/setup-python@v5
27+ uses : actions/setup-python@v6
2828 with :
2929 python-version : ${{ matrix.python-version }}
3030
3131 - name : Set up uv with cache
32- uses : astral-sh/setup-uv@v6
32+ uses : astral-sh/setup-uv@v7
3333 with :
3434 enable-cache : true
3535 cache-dependency-glob : " uv.lock"
4040 - name : Run server tests
4141 run : uv run python -m unittest discover -vb -s tests
4242 env :
43- GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
43+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 2323 working-directory : worker
2424
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727
2828 - name : Setup msys and install required packages
2929 uses : msys2/setup-msys2@v2
Original file line number Diff line number Diff line change @@ -55,10 +55,10 @@ jobs:
5555 working-directory : worker
5656
5757 steps :
58- - uses : actions/checkout@v4
58+ - uses : actions/checkout@v5
5959
6060 - name : Set up Python ${{ matrix.python-version }}
61- uses : actions/setup-python@v5
61+ uses : actions/setup-python@v6
6262 with :
6363 python-version : ${{ matrix.python-version }}
6464
You can’t perform that action at this time.
0 commit comments