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.
1 parent 68e8299 commit 09f10bfCopy full SHA for 09f10bf
.github/workflows/python-actions-test.yml
@@ -29,7 +29,8 @@ jobs:
29
steps:
30
- uses: actions/checkout@v3
31
- name: Set up Python ${{ matrix.python-version }}
32
- uses: actions/setup-python@v34 with:
+ uses: actions/setup-python@v4
33
+ with:
34
python-version: ${{ matrix.python-version }}
35
- name: Display Python version
36
run: python -c "import sys; print(sys.version)"
0 commit comments