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 7c9f3d4 commit 1216126Copy full SHA for 1216126
.github/workflows/docs.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v5
18
- uses: pandoc/actions/setup@v1
19
- uses: ts-graphviz/setup-graphviz@v2
20
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
21
with:
22
# Keep in sync with .readthedocs.yaml
23
python-version-file: .python-version
.github/workflows/pre-commit.yml
@@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/cache@v4
24
25
path: ~/.cache/pre-commit
0 commit comments