File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626 with :
2727 fetch-depth : 0
2828 - name : Set up Python ${{ matrix.python-version }}
29- uses : actions/setup-python@v4
29+ uses : actions/setup-python@v5
3030 with :
3131 python-version : ${{ matrix.python-version }}
3232 - name : Install dependencies
Original file line number Diff line number Diff line change 1010 steps :
1111 - uses : actions/checkout@v4
1212 - name : Set up Python
13- uses : actions/setup-python@v4
13+ uses : actions/setup-python@v5
1414 - name : Install dependencies
1515 run : |
1616 python -m pip install --upgrade pip
3232 steps :
3333 - uses : actions/checkout@v4
3434 - name : Set up Python
35- uses : actions/setup-python@v4
35+ uses : actions/setup-python@v5
3636 - name : Install dependencies
3737 run : |
3838 python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments