File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,17 @@ jobs:
1010 lint :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v6
14- - uses : astral-sh/setup-uv@v4
13+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
14+ - uses : astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a # v4
1515 - run : uv sync --dev
1616 - run : uv run ruff check .
1717 - run : uv run ruff format --check .
1818
1919 test :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v6
23- - uses : astral-sh/setup-uv@v4
22+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
23+ - uses : astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a # v4
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