We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9addefc + f114069 commit 0e369e4Copy full SHA for 0e369e4
2 files changed
.github/workflows/main.yml
@@ -66,7 +66,7 @@ jobs:
66
sudo apt-get -qq install '^libxcb.*-dev' libx11-xcb-dev libglu1-mesa-dev libxrender-dev libxi-dev libxkbcommon-dev libxkbcommon-x11-dev libegl-dev
67
68
- name: Setup python ${{ matrix.python-version }}
69
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
70
with:
71
python-version: ${{ matrix.python-version }}
72
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: actions/checkout@v5
15
16
- name: Set up python
17
18
19
python-version-file: pyproject.toml
20
0 commit comments