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 5454 - uses : actions/checkout@v4
5555
5656 - name : Set up Python ${{ matrix.python-version }}
57- uses : actions/setup-python@v4
57+ uses : actions/setup-python@v5
5858 with :
5959 python-version : ${{ matrix.python-version }}
6060 cache : ' pip'
8282 - uses : actions/checkout@v4
8383
8484 - name : Set up Python ${{ matrix.python-version }}
85- uses : actions/setup-python@v4
85+ uses : actions/setup-python@v5
8686 with :
8787 python-version : ${{ matrix.python-version }}
8888 cache : ' pip'
Original file line number Diff line number Diff line change 6060 - uses : actions/checkout@v4
6161
6262 - name : Set up Python ${{ env.MAIN_PYTHON_VERSION }}
63- uses : actions/setup-python@v4
63+ uses : actions/setup-python@v5
6464 with :
6565 python-version : ${{ env.MAIN_PYTHON_VERSION }}
6666
You can’t perform that action at this time.
0 commit comments