From 12599329c12aa1ad553b0ae7d54ec870c42406fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 08:03:31 +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/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9e2966d8ac11..c3aac015f5ea 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: python-version: "3.11" - 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: gcc