From 9995b3761a7db8bbd2f5666f0db265b3603fbcbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 18:03:46 +0000 Subject: [PATCH] Bump the gha-dependencies group across 1 directory with 3 updates Bumps the gha-dependencies group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and [actions/cache](https://github.com/actions/cache). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) Updates `astral-sh/setup-uv` from 6 to 7 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v6...v7) Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-dependencies - dependency-name: astral-sh/setup-uv dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-dependencies - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/format-lint.yml | 10 ++++----- .github/workflows/gfortran.yml | 34 +++++++++++++++---------------- 2 files changed, 22 insertions(+), 22 deletions(-) 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') }}