File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1414 steps :
1515 - uses : actions/checkout@v4
1616 - name : Set up Python
17- uses : actions/setup-python@v4
17+ uses : actions/setup-python@v5
1818 with :
1919 python-version : ' 3.x'
2020 - name : Install dependencies
Original file line number Diff line number Diff line change 2727 run : git config --local --unset http.https://github.com/.extraheader
2828
2929 - name : Set up Python
30- uses : actions/setup-python@v4
30+ uses : actions/setup-python@v5
3131 with :
3232 python-version : 3
3333
Original file line number Diff line number Diff line change 2929 repository : ${{ github.repository }}
3030
3131 - name : Setup Python version ${{ matrix.python-version }}
32- uses : actions/setup-python@v4
32+ uses : actions/setup-python@v5
3333 with :
3434 python-version : ${{ matrix.python-version }}
3535
Original file line number Diff line number Diff line change 2929 repository : ${{ github.repository }}
3030
3131 - name : Setup Python version ${{ matrix.python-version }}
32- uses : actions/setup-python@v4
32+ uses : actions/setup-python@v5
3333 with :
3434 python-version : ${{ matrix.python-version }}
3535
Original file line number Diff line number Diff line change 2525 - uses : actions/checkout@v4
2626 with :
2727 fetch-depth : 0
28- - uses : actions/setup-python@v4
28+ - uses : actions/setup-python@v5
2929 with :
3030 python-version : 3
3131 - run : pip install --upgrade build twine
8484 if : matrix.install == 'repo'
8585
8686 - name : Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
87- uses : actions/setup-python@v4
87+ uses : actions/setup-python@v5
8888 with :
8989 python-version : ${{ matrix.python-version }}
9090 - name : Update pip
Original file line number Diff line number Diff line change 4949
5050
5151 - name : Set up Python ${{ matrix.python-version }}
52- uses : actions/setup-python@v4
52+ uses : actions/setup-python@v5
5353 with :
5454 python-version : ${{ matrix.python-version }}
5555 - name : Update build tools
You can’t perform that action at this time.
0 commit comments