We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79c577a commit 356d85dCopy full SHA for 356d85d
.github/workflows/tests.yaml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v2
18
19
- name: Set up Python ${{ matrix.python-version }}
20
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v5
21
with:
22
python-version: ${{ matrix.python-version }}
23
0 commit comments