File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 VECTOR_SYNC_SCAN_INTERVAL : " 5"
4343
4444 - name : Install the latest version of uv
45- uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6 .0
45+ uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
4646
4747 - name : Wait for Nextcloud to be ready
4848 run : |
Original file line number Diff line number Diff line change 3939 ref : ${{ steps.resolve.outputs.tag }}
4040
4141 - name : Install uv
42- uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6 .0
42+ uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
4343 - name : Install Python 3.11
4444 run : uv python install 3.11
4545 - name : Build
Original file line number Diff line number Diff line change 1111 steps :
1212 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1313 - name : Install the latest version of uv
14- uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6 .0
14+ uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
1515 - name : Check format
1616 run : uv run --frozen ruff format --diff
1717 - name : Linting
2525 steps :
2626 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2727 - name : Install the latest version of uv
28- uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6 .0
28+ uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
2929 - name : Run unit tests
3030 run : uv run pytest -v -m unit -o "addopts=-p no:asyncio"
3131
@@ -141,7 +141,7 @@ jobs:
141141 NEXTCLOUD_IMAGE : ${{ matrix.nextcloud_image }}
142142
143143 - name : Install the latest version of uv
144- uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6 .0
144+ uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
145145
146146 - name : Install Playwright
147147 if : matrix.needs-playwright
You can’t perform that action at this time.
0 commit comments