File tree Expand file tree Collapse file tree
template/.github/workflows Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v6.0.2
1818 with :
1919 fetch-depth : 0
20- - uses : astral-sh/setup-uv@v7.3.0
20+ - uses : astral-sh/setup-uv@v7.3.1
2121 with :
2222 python-version : ${{ matrix.python-version }}
2323 - run : uv sync --group test
3535 - uses : actions/checkout@v6.0.2
3636 with :
3737 fetch-depth : 0
38- - uses : astral-sh/setup-uv@v7.3.0
38+ - uses : astral-sh/setup-uv@v7.3.1
3939 with :
4040 python-version : ${{ matrix.python-version }}
4141 - name : Install just
Original file line number Diff line number Diff line change 2424
2525 # https://github.com/crate-ci/typos
2626 - name : Run typos on repo
27- uses : crate-ci/typos@v1.43.5
27+ uses : crate-ci/typos@v1.44.0
Original file line number Diff line number Diff line change 3737
3838 # https://github.com/astral-sh/setup-uv
3939 - name : Install uv
40- uses : astral-sh/setup-uv@v7.3.0
40+ uses : astral-sh/setup-uv@v7.3.1
4141 with :
4242 python-version : ${{ matrix.pyversion }}
4343 enable-cache : true
Original file line number Diff line number Diff line change 3232
3333 # https://github.com/astral-sh/setup-uv
3434 - name : Install uv
35- uses : astral-sh/setup-uv@v7.3.0
35+ uses : astral-sh/setup-uv@v7.3.1
3636 with :
3737 python-version : ${{ matrix.python-version }}
3838 enable-cache : true
You can’t perform that action at this time.
0 commit comments