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 0c1a0b4 commit d36f35aCopy full SHA for d36f35a
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
outputs:
19
noxenvs: ${{ steps.noxenvs-matrix.outputs.noxenvs }}
20
steps:
21
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
22
- name: Set up uv
23
uses: astral-sh/setup-uv@v6
24
with:
@@ -45,7 +45,7 @@ jobs:
45
posargs: coverage github
46
47
48
49
- name: Install dependencies
50
run: sudo apt-get update && sudo apt-get install -y libenchant-2-dev
51
if: runner.os == 'Linux' && startsWith(matrix.noxenv, 'docs')
@@ -84,7 +84,7 @@ jobs:
84
id-token: write
85
86
87
88
89
90
0 commit comments