diff --git a/.github/workflows/format-lint.yml b/.github/workflows/format-lint.yml index 675876eb..fbbf0587 100644 --- a/.github/workflows/format-lint.yml +++ b/.github/workflows/format-lint.yml @@ -15,8 +15,8 @@ jobs: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v5 - - uses: astral-sh/setup-uv@v6 + - uses: actions/checkout@v6 + - uses: astral-sh/setup-uv@v7 - name: Run formatter run: | @@ -27,7 +27,7 @@ jobs: name: Lint check runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install fortitude linter run: pip install fortitude-lint==0.7.1 @@ -39,8 +39,8 @@ jobs: name: Test and lint utililities and analysis scripts runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v5 - - uses: astral-sh/setup-uv@v6 + - uses: actions/checkout@v6 + - uses: astral-sh/setup-uv@v7 - name: Run scripts via uv run run: uv run -p 3.9 utils/analysis/tsh_traj_anal.py -h - name: Run scripts directly using shebang diff --git a/.github/workflows/gfortran.yml b/.github/workflows/gfortran.yml index e4ab7adb..fe01958c 100644 --- a/.github/workflows/gfortran.yml +++ b/.github/workflows/gfortran.yml @@ -45,7 +45,7 @@ jobs: CODECOV_NAME: ${{format('{0} GCC-{1}', github.job, matrix.gcc_v)}} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 2 @@ -58,7 +58,7 @@ jobs: # pFUnit library is used to build and run unit tests - name: pFUnit build Cache id: pfunit-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/pfunit/build/installed # To force a pFUnit rebuild (bust the cache), make a change to install_pfunit.sh @@ -98,7 +98,7 @@ jobs: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: fortran-lang/setup-fortran@v1 id: setup-fortran @@ -120,7 +120,7 @@ jobs: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: fortran-lang/setup-fortran@v1 id: setup-fortran @@ -144,7 +144,7 @@ jobs: FC: gfortran CODECOV_NAME: ${{format('{0}', github.job)}} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 2 @@ -153,7 +153,7 @@ jobs: - name: TCBP build cache id: tcpb-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/tcpb-cpp/lib # To force a rebuild (bust the cache), make a change to install_tcpb.sh @@ -192,7 +192,7 @@ jobs: GCC_V: ${{ matrix.gcc_v}} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 2 - name: Set GFortran version @@ -202,7 +202,7 @@ jobs: - name: pFUnit build Cache id: pfunit-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/pfunit/build/installed key: ${{ runner.os }}-ubuntu22.04-pfunit-gfortran${{ env.GCC_V }}-${{ hashFiles('dev_scripts/install_pfunit.sh') }} @@ -231,7 +231,7 @@ jobs: env: CODECOV_NAME: ${{format('{0}', github.job)}} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 2 @@ -240,7 +240,7 @@ jobs: - name: pFUnit build Cache id: pfunit-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/pfunit/build/installed key: ${{ runner.os }}-ubuntu22.04-pfunit-gfortran-default-${{ hashFiles('dev_scripts/install_pfunit.sh') }} @@ -291,7 +291,7 @@ jobs: CODECOV_NAME: ${{format('{0} GCC-{1} MPICH-{2}', github.job, matrix.gcc_v, matrix.mpich_v)}} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 2 @@ -303,7 +303,7 @@ jobs: - name: MPICH build Cache id: mpich-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/mpich/${{ env.MPICH_V }}/install key: ${{runner.os}}-ubuntu22.04-mpich${{ env.MPICH_V }}-gfortran${{ env.GCC_V }}-${{hashFiles('dev_scripts/install_mpich.sh')}} @@ -351,12 +351,12 @@ jobs: OPENMPI_PATCH: "2" steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 2 - name: OpenMPI build cache id: openmpi-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/openmpi/${{ env.OPENMPI_V }}/install key: ${{runner.os}}-ubuntu22.04-openmpi${{ env.OPENMPI_V }}-gfortran-default-${{hashFiles('dev_scripts/install_openmpi.sh')}} @@ -395,12 +395,12 @@ jobs: CODECOV_NAME: ${{format('{0} PLUMED-{1}', github.job, matrix.plumed_v)}} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 2 - name: Plumed build cache id: plumed-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/plumed/${{ env.PLUMED_V }}/install key: ${{runner.os}}-ubuntu22.04-plumed${{env.PLUMED_V}}-gcc-default-${{hashFiles('dev_scripts/install_plumed.sh')}} @@ -411,7 +411,7 @@ jobs: - name: pFUnit build Cache id: pfunit-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/pfunit/build/installed key: ${{ runner.os }}-ubuntu22.04-pfunit-gfortran-default-${{ hashFiles('dev_scripts/install_pfunit.sh') }}