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 2020 steps :
2121 - uses : actions/checkout@v4
2222 - name : Set up Python ${{ matrix.python-version }}
23- uses : actions/setup-python@v4
23+ uses : actions/setup-python@v5
2424 with :
2525 python-version : ${{ matrix.python-version }}
2626
5959 steps :
6060 - uses : actions/checkout@v4
6161 - name : Set up Python ${{ matrix.python-version }}
62- uses : actions/setup-python@v4
62+ uses : actions/setup-python@v5
6363 with :
6464 python-version : ${{ matrix.python-version }}
6565
Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v4
1717
1818 - name : Set up Python ${{ env.python-version }}
19- uses : actions/setup-python@v4
19+ uses : actions/setup-python@v5
2020 with :
2121 python-version : ${{ env.python-version }}
2222
You can’t perform that action at this time.
0 commit comments