We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b202e7c commit ef9267aCopy full SHA for ef9267a
.github/workflows/tests.yaml
@@ -27,7 +27,7 @@ jobs:
27
steps:
28
- uses: actions/checkout@v3
29
- name: Setup python
30
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
31
with:
32
python-version: ${{ matrix.python_version }}
33
architecture: x64
0 commit comments