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.
2 parents 43837b2 + 49ce896 commit 1a52e27Copy full SHA for 1a52e27
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
outputs:
19
noxenvs: ${{ steps.noxenvs-matrix.outputs.noxenvs }}
20
steps:
21
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
22
- name: Set up uv
23
uses: astral-sh/setup-uv@v7
24
with:
@@ -40,7 +40,7 @@ jobs:
40
noxenv: ${{ fromJson(needs.list.outputs.noxenvs) }}
41
42
43
44
- name: Install dependencies
45
run: sudo apt-get update && sudo apt-get install -y libenchant-2-dev
46
if: runner.os == 'Linux' && startsWith(matrix.noxenv, 'docs')
@@ -79,7 +79,7 @@ jobs:
79
id-token: write
80
81
82
83
84
85
0 commit comments