File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1010jobs :
1111 tests :
1212
13- runs-on : ubuntu-latest
13+ runs-on : ubuntu-24.04
1414 strategy :
1515 fail-fast : false
1616 matrix :
@@ -20,14 +20,14 @@ jobs:
2020 - uses : actions/checkout@v4
2121
2222 - name : Set up uv
23- uses : astral-sh/setup-uv@v5
23+ uses : astral-sh/setup-uv@v6
2424 with :
2525 version : " 0.6.10"
2626
2727 - name : Install MongoDB
2828 run : |
2929 wget -qO - https://www.mongodb.org/static/pgp/server-8.0.asc | gpg --dearmor | sudo tee /usr/share/keyrings/mongodb.gpg > /dev/null
30- echo "deb [ arch=amd64,arm64 signed-by=/usr/share/keyrings/mongodb.gpg ] https://repo.mongodb.org/apt/ubuntu jammy /mongodb-org/8.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-8.0.list
30+ echo "deb [ arch=amd64,arm64 signed-by=/usr/share/keyrings/mongodb.gpg ] https://repo.mongodb.org/apt/ubuntu noble /mongodb-org/8.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-8.0.list
3131 sudo apt-get update
3232 sudo apt-get install -y mongodb-org
3333 mongod --version
4646 - uses : actions/checkout@v4
4747
4848 - name : Set up uv
49- uses : astral-sh/setup-uv@v5
49+ uses : astral-sh/setup-uv@v6
5050 with :
5151 version : " 0.6.10"
5252
6060 - uses : actions/checkout@v4
6161
6262 - name : Set up uv
63- uses : astral-sh/setup-uv@v5
63+ uses : astral-sh/setup-uv@v6
6464 with :
6565 version : " 0.6.10"
6666
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments