From 47fa19fee1d3dbc8a9d23a575a76e774c87ca3fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 12:05:24 +0000 Subject: [PATCH] chore(deps): bump fortran-lang/setup-fortran from 1.6.3 to 1.7.0 Bumps [fortran-lang/setup-fortran](https://github.com/fortran-lang/setup-fortran) from 1.6.3 to 1.7.0. - [Release notes](https://github.com/fortran-lang/setup-fortran/releases) - [Commits](https://github.com/fortran-lang/setup-fortran/compare/v1.6.3...v1.7.0) --- updated-dependencies: - dependency-name: fortran-lang/setup-fortran dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-workflow.yml b/.github/workflows/test-workflow.yml index 745986a..8642201 100644 --- a/.github/workflows/test-workflow.yml +++ b/.github/workflows/test-workflow.yml @@ -43,7 +43,7 @@ jobs: - name: Setup the Fortran compiler if: matrix.fpm-version == 'latest' - uses: fortran-lang/setup-fortran@v1.6.3 + uses: fortran-lang/setup-fortran@v1.7.0 with: compiler: gcc version: 13