File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020 contents : write
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2424 - name : Install uv and set the python version
25- uses : astral-sh/setup-uv@v5
25+ uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
2626 with :
2727 enable-cache : true
2828 cache-dependency-glob : " uv.lock"
Original file line number Diff line number Diff line change 1414 runs-on : ${{ matrix.os }}
1515
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1818 - name : Install uv and set the python version
19- uses : astral-sh/setup-uv@v5
19+ uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
2020 with :
2121 enable-cache : true
2222 cache-dependency-glob : " uv.lock"
You can’t perform that action at this time.
0 commit comments