File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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@v6
24+ - uses : actions/checkout@v7
2525
2626 - name : Check for CRLF line endings
2727 run : |
Original file line number Diff line number Diff line change 9191 sudo apt-get -y update
9292 sudo apt-get -y install libopenmpi-dev openmpi-bin
9393
94- - uses : actions/checkout@v6
94+ - uses : actions/checkout@v7
9595 - run : git config --global --add safe.directory /__w/fds/fds
9696
9797 - name : set linux-gnu compiler
@@ -165,7 +165,7 @@ jobs:
165165 runs-on : ${{ matrix.os }}
166166 steps :
167167 - name : Checkout code
168- uses : actions/checkout@v6
168+ uses : actions/checkout@v7
169169
170170 - name : install openmpi
171171 run : brew install gcc@15 open-mpi
@@ -243,7 +243,7 @@ jobs:
243243 shell : cmd
244244
245245 steps :
246- - uses : actions/checkout@v6
246+ - uses : actions/checkout@v7
247247
248248 # install oneapi components from web installer based on
249249 # oneapi-ci/scripts/install_windows.bat
Original file line number Diff line number Diff line change 3939 mkl@2026.0.0
4040 prune : false
4141
42- - uses : actions/checkout@v6
42+ - uses : actions/checkout@v7
4343
4444 - name : build fds debug
4545 run : |
7474 mkl@2025.1.0
7575 prune : false
7676
77- - uses : actions/checkout@v6
77+ - uses : actions/checkout@v7
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@v6
99+ - uses : actions/checkout@v7
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@v6
37+ - uses : actions/checkout@v7
3838 - name : install openmpi
3939 run : |
4040 brew install gcc@15 open-mpi
Original file line number Diff line number Diff line change 4242 shell : cmd
4343
4444 steps :
45- - uses : actions/checkout@v6
45+ - uses : actions/checkout@v7
4646
4747 # install oneapi components from web installer based on
4848 # oneapi-ci/scripts/install_windows.bat
You can’t perform that action at this time.
0 commit comments