File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424 with :
2525 fetch-depth : 0
2626 - name : Set up Python
27- uses : actions/setup-python@v4
27+ uses : actions/setup-python@v5
2828 with :
2929 python-version : ${{ env.DEFAULT_PYTHON }}
3030
Original file line number Diff line number Diff line change 3838 fetch-depth : 0
3939
4040 - name : Set up Python
41- uses : actions/setup-python@v4
41+ uses : actions/setup-python@v5
4242 with :
4343 python-version : ${{ env.DEFAULT_PYTHON }}
4444
Original file line number Diff line number Diff line change 2727 uses : actions/checkout@v4
2828
2929 - name : Set up Python
30- uses : actions/setup-python@v4
30+ uses : actions/setup-python@v5
3131 with :
3232 python-version : ${{ env.DEFAULT_PYTHON }}
3333
Original file line number Diff line number Diff line change 3232 - name : Check out source repository
3333 uses : actions/checkout@v4
3434 - name : Set up Python environment
35- uses : actions/setup-python@v4
35+ uses : actions/setup-python@v5
3636 with :
3737 python-version : ${{ matrix.python }}
3838 cache : pip
You can’t perform that action at this time.
0 commit comments