File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 88
99 steps :
1010 - uses : actions/checkout@v6
11- - uses : actions/setup-python@v5
11+ - uses : actions/setup-python@v6
1212 with :
1313 python-version : ' 3.11'
1414 cache : ' pip'
Original file line number Diff line number Diff line change 3737 with :
3838 edm-version : ${{ env.INSTALL_EDM_VERSION }}
3939 - name : Set up bootstrap Python
40- uses : actions/setup-python@v5
40+ uses : actions/setup-python@v6
4141 with :
4242 python-version : ' 3.10'
4343 cache : ' pip'
Original file line number Diff line number Diff line change 1313 - name : Check out the release commit
1414 uses : actions/checkout@v6
1515 - name : Set up Python
16- uses : actions/setup-python@v5
16+ uses : actions/setup-python@v6
1717 with :
1818 python-version : ' 3.10'
1919 - name : Install Python packages needed for build and upload
Original file line number Diff line number Diff line change 88
99 steps :
1010 - uses : actions/checkout@v6
11- - uses : actions/setup-python@v5
11+ - uses : actions/setup-python@v6
1212 with :
1313 python-version : ' 3.11'
1414 cache : ' pip'
Original file line number Diff line number Diff line change 3636 with :
3737 edm-version : ${{ env.INSTALL_EDM_VERSION }}
3838 - name : Set up bootstrap Python
39- uses : actions/setup-python@v5
39+ uses : actions/setup-python@v6
4040 with :
4141 python-version : ' 3.10'
4242 cache : ' pip'
Original file line number Diff line number Diff line change 2121 - name : Install packages for Qt support
2222 uses : ./.github/actions/install-qt-support
2323 - name : Set up Python ${{ matrix.python-version }}
24- uses : actions/setup-python@v5
24+ uses : actions/setup-python@v6
2525 with :
2626 python-version : ${{ matrix.python-version }}
2727 - name : Install packages needed for testing
Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - uses : actions/checkout@v6
14- - uses : actions/setup-python@v5
14+ - uses : actions/setup-python@v6
1515 with :
1616 python-version : ' 3.11'
1717 cache : ' pip'
Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - uses : actions/checkout@v6
14- - uses : actions/setup-python@v5
14+ - uses : actions/setup-python@v6
1515 with :
1616 python-version : ' 3.11'
1717 cache : ' pip'
You can’t perform that action at this time.
0 commit comments