We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc67873 commit 6ac0bbdCopy full SHA for 6ac0bbd
.github/workflows/pypi-package.yml
@@ -28,7 +28,7 @@ jobs:
28
submodules: recursive
29
30
- name: Set up Python ${{ matrix.python-version }}
31
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
32
with:
33
python-version: ${{ matrix.python-version }}
34
.github/workflows/tests.yml
@@ -27,7 +27,7 @@ jobs:
27
0 commit comments