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.
2 parents c9fd054 + c1d5939 commit ae4ed68Copy full SHA for ae4ed68
.github/workflows/tox.yml
@@ -29,7 +29,7 @@ jobs:
29
with:
30
fetch-depth: 0
31
- name: Set up Python 3
32
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
33
34
python-version: 3
35
- name: Display Python version
@@ -131,7 +131,7 @@ jobs:
131
sudo apt update
132
sudo apt install -y --no-install-recommends graphviz
133
- name: Set up Python ${{ matrix.python-version }}
134
135
136
python-version: ${{ matrix.python-version }}
137
0 commit comments