We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7667ac commit ba021c5Copy full SHA for ba021c5
1 file changed
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
id: setup_python
47
with:
48
python-version: ${{ matrix.python-version }}
49
- - uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0 # zizmor: ignore[cache-poisoning]
+ - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 # zizmor: ignore[cache-poisoning]
50
# The cache is stored only on main branch and not used for publishing
51
52
save-cache: ${{ github.ref == 'refs/heads/main' }}
0 commit comments