File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
14- - uses : astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a # v4
14+ - uses : astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7
1515 - run : uv sync --dev
1616 - run : uv run ruff check .
1717 - run : uv run ruff format --check .
2121 runs-on : ubuntu-latest
2222 steps :
2323 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
24- - uses : astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a # v4
24+ - uses : astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7
2525 - name : Install bubblewrap
2626 run : sudo apt-get update && sudo apt-get install -y bubblewrap
2727 - run : uv sync --dev
You can’t perform that action at this time.
0 commit comments