File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929 - uses : actions/checkout@v4
3030
3131 - name : Set up Python ${{ matrix.python-version }}
32- uses : actions/setup-python@v4
32+ uses : actions/setup-python@v5
3333 with :
3434 python-version : ${{ matrix.python-version }}
3535
Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v4
1212
1313 - name : Set up Python 3
14- uses : actions/setup-python@v4
14+ uses : actions/setup-python@v5
1515 with :
1616 python-version : 3
1717
Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@v4
1919
2020 - name : Set up Python ${{ matrix.python-version }}
21- uses : actions/setup-python@v4
21+ uses : actions/setup-python@v5
2222 with :
2323 python-version : ${{ matrix.python-version }}
2424
You can’t perform that action at this time.
0 commit comments