We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
setup-python
1 parent a8cb402 commit 24f63f2Copy full SHA for 24f63f2
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
# Python needs to be setup before checkout to prevent files from being
17
# left in the source tree. See setup-python/issues/106.
18
- name: Set up Python ${{ matrix.python-version }}
19
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
20
with:
21
python-version: ${{ matrix.python-version }}
22
0 commit comments