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 4e9eea9 commit ac0cddbCopy full SHA for ac0cddb
.github/workflows/docs.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v5
14
- uses: pandoc/actions/setup@v1
15
- uses: ts-graphviz/setup-graphviz@v2
16
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
17
with:
18
# Keep in sync with .readthedocs.yaml
19
python-version-file: .python-version
.github/workflows/pre-commit.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/cache@v4
path: ~/.cache/pre-commit
0 commit comments