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@ed21f2f24f8dd64503750218de024bcf64c7250a # v7
1515 - run : uv sync --dev
1616 - run : uv run ruff check .
1717 - run : uv run ruff format --check .
2020 runs-on : ubuntu-latest
2121 steps :
2222 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
23- - uses : astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a # v4
23+ - uses : astral-sh/setup-uv@ed21f2f24f8dd64503750218de024bcf64c7250a # v7
2424 - name : Install bubblewrap
2525 run : sudo apt-get update && sudo apt-get install -y bubblewrap
2626 - run : uv sync --dev
You can’t perform that action at this time.
0 commit comments