From 1aeb904a2e331abf8803a68aa39a460626787ba8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 08:52:55 +0000 Subject: [PATCH] Bump fortran-lang/setup-fortran from 1.6.1 to 1.6.2 Bumps [fortran-lang/setup-fortran](https://github.com/fortran-lang/setup-fortran) from 1.6.1 to 1.6.2. - [Release notes](https://github.com/fortran-lang/setup-fortran/releases) - [Commits](https://github.com/fortran-lang/setup-fortran/compare/v1.6.1...v1.6.2) --- updated-dependencies: - dependency-name: fortran-lang/setup-fortran dependency-type: direct:production update-type: version-update:semver-patch ... 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 e0f4af2bd804..1400a9c93d83 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: python-version: "3.10" - name: Setup Fortran compiler - uses: fortran-lang/setup-fortran@v1.6.1 + uses: fortran-lang/setup-fortran@v1.6.2 id: setup-fortran with: compiler: gcc