We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65813c7 commit f5d7074Copy full SHA for f5d7074
.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Checkout Contrib Repo @ SHA - ${{ github.sha }}
30
uses: actions/checkout@v2
31
- name: Set up Python ${{ env[matrix.python-version] }}
32
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
33
with:
34
python-version: ${{ env[matrix.python-version] }}
35
- name: Install tox
0 commit comments