File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 3636 if : github.event_name == 'push' && github.repository == 'AMReX-Codes/pyamrex' && github.ref == 'refs/heads/development'
3737 run : git pull
3838
39- - uses : actions/setup-python@v4
39+ - uses : actions/setup-python@v5
4040 name : Install Python
4141 with :
4242 python-version : ' 3.9'
Original file line number Diff line number Diff line change 1717 CXXFLAGS : " -Werror -Wshadow -Woverloaded-virtual -Wunreachable-code -fno-operator-names -Wno-array-bounds"
1818 steps :
1919 - uses : actions/checkout@v4
20- - uses : actions/setup-python@v4
20+ - uses : actions/setup-python@v5
2121 name : Install Python
2222 with :
2323 python-version : ' 3.9'
Original file line number Diff line number Diff line change 1212 runs-on : windows-latest
1313 steps :
1414 - uses : actions/checkout@v4
15- - uses : actions/setup-python@v4
15+ - uses : actions/setup-python@v5
1616 with :
1717 python-version : ' 3.x'
1818 - name : Build & Install
4040 runs-on : windows-latest
4141 steps :
4242 - uses : actions/checkout@v4
43- - uses : actions/setup-python@v4
43+ - uses : actions/setup-python@v5
4444 with :
4545 python-version : ' 3.x'
46- - uses : seanmiddleditch/gha-setup-ninja@master
4746 - name : Build
4847 run : |
4948 python3 -m pip install -U pip setuptools[core] wheel pytest
You can’t perform that action at this time.
0 commit comments