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 2121 steps :
2222 - uses : actions/checkout@v4
2323 - name : Set up Python
24- uses : actions/setup-python@v4
24+ uses : actions/setup-python@v5
2525 with :
2626 python-version : ${{ matrix.python-version }}
2727 cache : ' pip' # caching pip dependencies
5050 steps :
5151 - uses : actions/checkout@v4
5252 - name : Set up Python
53- uses : actions/setup-python@v4
53+ uses : actions/setup-python@v5
5454 with :
5555 python-version : ${{ matrix.python-version }}
5656 cache : ' pip' # caching pip dependencies
Original file line number Diff line number Diff line change 1414 steps :
1515 - uses : actions/checkout@master
1616 - name : Set up Python 3.8
17- uses : actions/setup-python@v4
17+ uses : actions/setup-python@v5
1818 with :
1919 python-version : 3.8
2020 - name : Install pypa/build
You can’t perform that action at this time.
0 commit comments