We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b07220 + f0fabf5 commit 07bcb15Copy full SHA for 07bcb15
.github/workflows/cd.yml
@@ -18,7 +18,7 @@ jobs:
18
name: Build dist
19
runs-on: ubuntu-latest
20
steps:
21
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
22
with:
23
fetch-depth: 0
24
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
- python-version: "3.10"
35
runs-on: windows-latest
36
37
38
39
- uses: mamba-org/setup-micromamba@v2
40
.github/workflows/docs.yml
@@ -19,7 +19,7 @@ jobs:
name: Build docs
25
0 commit comments