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 5151 # Setup Python 3.10
5252 - name : Setup Python 3.10
5353 id : python_setup
54- uses : actions/setup-python@v4
54+ uses : actions/setup-python@v5
5555 with :
5656 python-version : ${{ inputs.python_version }}
5757 cache : " pip"
Original file line number Diff line number Diff line change 2828 # Setup Python 3.10
2929 - name : Setup Python 3.10
3030 id : python_setup
31- uses : actions/setup-python@v4
31+ uses : actions/setup-python@v5
3232 with :
3333 python-version : ${{ inputs.python_version }}
3434 cache : " pip"
Original file line number Diff line number Diff line change 1616 # Setup Python 3.10
1717 - name : Setup Python 3.10
1818 id : python_setup
19- uses : actions/setup-python@v4
19+ uses : actions/setup-python@v5
2020 with :
2121 python-version : " 3.10"
2222
You can’t perform that action at this time.
0 commit comments