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 76ee7e2 commit 9dc613cCopy full SHA for 9dc613c
.github/workflows/ci-tests.yml
@@ -31,7 +31,7 @@ jobs:
31
- uses: actions/checkout@v3
32
33
- name: Set up Python
34
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
35
with:
36
python-version: ${{ env.py-semver }}
37
cache: pip
.github/workflows/gh-pages.yaml
@@ -22,7 +22,7 @@ jobs:
22
sudo apt-get install -y graphviz tree
23
24
25
26
27
python-version: '3.9'
28
0 commit comments