File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5555 with :
5656 persist-credentials : false
57- - uses : astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
57+ - uses : actions/setup-python@v6
58+ # 3.11.0 isn't available through setup-uv
5859 with :
5960 python-version : ${{ matrix.python-version }}
61+ - uses : astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
62+ with :
6063 enable-cache : true
6164 prune-cache : false
6265 cache-suffix : covcheck
@@ -107,9 +110,12 @@ jobs:
107110 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
108111 with :
109112 persist-credentials : false
110- - uses : astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
113+ - uses : actions/setup-python@v6
114+ # 3.11.0 isn't available through setup-uv
111115 with :
112116 python-version : ${{ matrix.python-version }}
117+ - uses : astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
118+ with :
113119 enable-cache : true
114120 prune-cache : false
115121 cache-suffix : concurrency
You can’t perform that action at this time.
0 commit comments