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