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 2424 persist-credentials : false
2525
2626 - name : Set up Python 3
27- uses : actions/setup-python@v5
27+ uses : actions/setup-python@v6
2828 with :
2929 python-version : " 3.x"
3030
Original file line number Diff line number Diff line change 3232 fetch-depth : 0 # fetch all history so that last modified date-times are accurate
3333
3434 - name : Set up Python ${{ matrix.python-version }}
35- uses : actions/setup-python@v5
35+ uses : actions/setup-python@v6
3636 with :
3737 python-version : ${{ matrix.python-version }}
3838 cache : pip
Original file line number Diff line number Diff line change 4646 persist-credentials : false
4747
4848 - name : Set up Python ${{ matrix.python-version }}
49- uses : actions/setup-python@v5
49+ uses : actions/setup-python@v6
5050 with :
5151 python-version : ${{ matrix.python-version }}
5252 allow-prereleases : true
You can’t perform that action at this time.
0 commit comments