File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2121 # Steps represent a sequence of tasks that will be executed as part of the job
2222 steps :
2323 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
24- - uses : actions/checkout@v5
24+ - uses : actions/checkout@v6
2525
2626 - name : Check for CRLF line endings
2727 run : |
Original file line number Diff line number Diff line change 9494 sudo apt-get -y update
9595 sudo apt-get -y install libopenmpi-dev openmpi-bin
9696
97- - uses : actions/checkout@v5
97+ - uses : actions/checkout@v6
9898 - run : git config --global --add safe.directory /__w/fds/fds
9999
100100 - name : set linux-gnu compiler
@@ -168,7 +168,7 @@ jobs:
168168 runs-on : ${{ matrix.os }}
169169 steps :
170170 - name : Checkout code
171- uses : actions/checkout@v5
171+ uses : actions/checkout@v6
172172
173173 - name : install openmpi
174174 run : brew install gcc@15 open-mpi
@@ -246,7 +246,7 @@ jobs:
246246 shell : cmd
247247
248248 steps :
249- - uses : actions/checkout@v5
249+ - uses : actions/checkout@v6
250250
251251 # install oneapi components from web installer based on
252252 # oneapi-ci/scripts/install_windows.bat
Original file line number Diff line number Diff line change 39394040 prune : false
4141
42- - uses : actions/checkout@v5
42+ - uses : actions/checkout@v6
4343
4444 - name : build fds debug
4545 run : |
74747575 prune : false
7676
77- - uses : actions/checkout@v5
77+ - uses : actions/checkout@v6
7878 - name : build fds debug
7979 run : |
8080 source /opt/intel/oneapi/setvars.sh
9696 runs-on : [ubuntu-latest]
9797
9898 steps :
99- - uses : actions/checkout@v5
99+ - uses : actions/checkout@v6
100100
101101 - uses : actions/setup-python@v6
102102 with :
Original file line number Diff line number Diff line change 3434 shell : bash
3535
3636 steps :
37- - uses : actions/checkout@v5
37+ - uses : actions/checkout@v6
3838 - name : install openmpi
3939 run : |
4040 brew install gcc@15 open-mpi
Original file line number Diff line number Diff line change 4444 shell : cmd
4545
4646 steps :
47- - uses : actions/checkout@v5
47+ - uses : actions/checkout@v6
4848
4949 # install oneapi components from web installer based on
5050 # oneapi-ci/scripts/install_windows.bat
You can’t perform that action at this time.
0 commit comments