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 e1803ae commit d26232dCopy full SHA for d26232d
.github/workflows/publish-docs.yml
@@ -28,7 +28,7 @@ jobs:
28
- uses: actions/checkout@v5
29
with:
30
fetch-depth: 0 # all history for all branches and tags
31
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
32
33
python-version: 3.x
34
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
.github/workflows/validate-docs.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
21
22
23
24
0 commit comments