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 1414 runs-on : ${{ matrix.os }}
1515 steps :
1616 - name : Setup python
17- uses : actions/setup-python@v4
17+ uses : actions/setup-python@v5
1818 with :
1919 python-version : ' 3.x'
2020 - name : Setup Java
Original file line number Diff line number Diff line change 1111 runs_on : [macos-latest, macos-13]
1212 steps :
1313 - name : Setup python
14- uses : actions/setup-python@v4
14+ uses : actions/setup-python@v5
1515 with :
1616 python-version : ' 3.x'
1717 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 77 steps :
88 - uses : actions/checkout@v4
99 - name : Set up Python 3.x
10- uses : actions/setup-python@v4
10+ uses : actions/setup-python@v5
1111 with :
1212 python-version : 3.x
1313 - name : Install build dependencies
Original file line number Diff line number Diff line change 2121 - uses : actions/checkout@v4
2222
2323 - name : Setup python
24- uses : actions/setup-python@v4
24+ uses : actions/setup-python@v5
2525 with :
2626 python-version : ${{ matrix.python }}
2727
You can’t perform that action at this time.
0 commit comments