From 7975943f2abe7f5c42e87da9248b1bc16bb7c024 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 05:03:56 +0000 Subject: [PATCH] Bump fortran-lang/setup-fortran from 1.7.0 to 1.8.0 Bumps [fortran-lang/setup-fortran](https://github.com/fortran-lang/setup-fortran) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/fortran-lang/setup-fortran/releases) - [Commits](https://github.com/fortran-lang/setup-fortran/compare/v1.7.0...v1.8.0) --- updated-dependencies: - dependency-name: fortran-lang/setup-fortran dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 51ce51b542..7018896aad 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -65,7 +65,7 @@ jobs: uses: actions/checkout@v5 - name: Setup Fortran compiler - uses: fortran-lang/setup-fortran@v1.7.0 + uses: fortran-lang/setup-fortran@v1.8.0 id: setup-fortran with: compiler: ${{ matrix.toolchain.compiler }}