1919 sudo apt-get update
2020 sudo apt-get install libxml2-utils
2121 - name : Checkout JSBSim
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323 - name : Validate scripts files
2424 run : |
2525 for filename in scripts/*.xml; do
5555 runs-on : ${{matrix.os}}
5656 steps :
5757 - name : Checkout JSBSim
58- uses : actions/checkout@v5
58+ uses : actions/checkout@v6
5959 - name : Configure the MSIS test program
6060 run : |
6161 mkdir build && cd build
9797 sudo apt-get update
9898 sudo apt-get install cxxtest valgrind binutils-dev
9999 - name : Checkout JSBSim
100- uses : actions/checkout@v5
100+ uses : actions/checkout@v6
101101 - name : Cache Python packages & CTest cost data
102102 # CTestCostData.txt is used by CTest to optimize the distribution of the
103103 # tests between the CPU cores and reduce execution time.
@@ -124,7 +124,7 @@ jobs:
124124 - name : Checkout Backward-cpp
125125 if : matrix.display_stack_trace == 'ON'
126126 id : BackwardCppCheckout
127- uses : actions/checkout@v5
127+ uses : actions/checkout@v6
128128 with :
129129 repository : bombela/backward-cpp
130130 ref : ' v1.6'
@@ -186,7 +186,7 @@ jobs:
186186 runs-on : ${{ matrix.os }}
187187 steps :
188188 - name : Checkout JSBSim
189- uses : actions/checkout@v5
189+ uses : actions/checkout@v6
190190 - name : Set up Matlab
191191 uses : matlab-actions/setup-matlab@v2
192192 with :
@@ -256,9 +256,9 @@ jobs:
256256 with :
257257 python-version : ' 3.10'
258258 - name : Checkout JSBSim
259- uses : actions/checkout@v5
259+ uses : actions/checkout@v6
260260 - name : Checkout CxxTest
261- uses : actions/checkout@v5
261+ uses : actions/checkout@v6
262262 with :
263263 repository : CxxTest/cxxtest
264264 ref : ' 4.4'
@@ -303,7 +303,7 @@ jobs:
303303 shared_libs : [ON, OFF]
304304 steps :
305305 - name : Checkout JSBSim
306- uses : actions/checkout@v5
306+ uses : actions/checkout@v6
307307 - name : Cache Python packages & CTest cost data
308308 # CTestCostData.txt is used by CTest to optimize the distribution of the
309309 # tests between the CPU cores and reduce execution time.
@@ -320,7 +320,7 @@ jobs:
320320 - name : Install Python packages
321321 run : pip install -r python/requirements.txt
322322 - name : Checkout CxxTest
323- uses : actions/checkout@v5
323+ uses : actions/checkout@v6
324324 with :
325325 repository : CxxTest/cxxtest
326326 ref : ' 4.4'
@@ -331,7 +331,7 @@ jobs:
331331 cp python/python3/cxxtest/*.py cxxtest/.
332332 cp python/python3/scripts/cxxtestgen .
333333 - name : Checkout Backward-cpp
334- uses : actions/checkout@v5
334+ uses : actions/checkout@v6
335335 with :
336336 repository : bombela/backward-cpp
337337 ref : ' v1.6'
@@ -385,9 +385,9 @@ jobs:
385385 runs-on : windows-2022
386386 steps :
387387 - name : Checkout JSBSim
388- uses : actions/checkout@v5
388+ uses : actions/checkout@v6
389389 - name : Checkout JSBSim logos
390- uses : actions/checkout@v5
390+ uses : actions/checkout@v6
391391 with :
392392 repository : JSBSim-Team/jsbsim-logo
393393 path : jsbsim-logo
@@ -455,7 +455,7 @@ jobs:
455455 runs-on : ${{ matrix.os }}
456456 steps :
457457 - name : Checkout JSBSim
458- uses : actions/checkout@v5
458+ uses : actions/checkout@v6
459459 - name : Cache Python packages & CTest cost data
460460 # CTestCostData.txt is used by CTest to optimize the distribution of the
461461 # tests between the CPU cores and reduce execution time.
@@ -484,7 +484,7 @@ jobs:
484484 perl -i -pe 's/^(GENERATE_HTML\s*=\s*)YES/\1NO/g' doc/JSBSim.dox.in
485485 perl -i -pe 's/^(HAVE_DOT\s*=\s*)YES/\1NO/g' doc/JSBSim.dox.in
486486 - name : Checkout CxxTest
487- uses : actions/checkout@v5
487+ uses : actions/checkout@v6
488488 with :
489489 repository : CxxTest/cxxtest
490490 ref : ' 4.4'
@@ -604,7 +604,7 @@ jobs:
604604
605605 steps :
606606 - name : Checkout JSBSim
607- uses : actions/checkout@v5
607+ uses : actions/checkout@v6
608608 - name : Set up Python 3.9
609609 uses : actions/setup-python@v6
610610 with :
@@ -827,7 +827,7 @@ jobs:
827827
828828 # Bump version
829829 - name : Checkout JSBSim
830- uses : actions/checkout@v5
830+ uses : actions/checkout@v6
831831 with :
832832 fetch-depth : 0
833833 - name : Bump version
@@ -861,7 +861,7 @@ jobs:
861861
862862 # Bump stable version of the `master` branch
863863 - name : Checkout JSBSim master branch
864- uses : actions/checkout@v5
864+ uses : actions/checkout@v6
865865 with :
866866 ref : master
867867 path : _master
@@ -905,7 +905,7 @@ jobs:
905905 - name : Install Python packages
906906 run : pip install -U 'numpy>=1.20' sphinx cython
907907 - name : Checkout JSBSim
908- uses : actions/checkout@v5
908+ uses : actions/checkout@v6
909909 - name : Configure JSBSim
910910 run : |
911911 mkdir build && cd build
0 commit comments