File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 88 run : |
99 sudo apt-get install --no-install-recommends pandoc
1010 - name : Set up Python
11- uses : actions/setup-python@v2
11+ uses : actions/setup-python@v5
1212 with :
1313 python-version : " 3.10"
1414 - name : Double-check Python version
Original file line number Diff line number Diff line change 1717 run : |
1818 sudo apt-get install --no-install-recommends libportaudio2
1919 - name : Set up Python ${{ matrix.python-version }}
20- uses : actions/setup-python@v2
20+ uses : actions/setup-python@v5
2121 with :
2222 python-version : ${{ matrix.python-version }}
2323 - name : Double-check Python version
Original file line number Diff line number Diff line change 1414 runs-on : ${{ matrix.os }}
1515 steps :
1616 - name : Set up Python
17- uses : actions/setup-python@v2
17+ uses : actions/setup-python@v5
1818 with :
1919 python-version : " 3.10"
2020 architecture : ${{ matrix.arch }}
You can’t perform that action at this time.
0 commit comments