From 9b1ee5d0e03d90d64cb59e34062cdfb587a823b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 19:20:09 +0000 Subject: [PATCH] Bump fortran-lang/setup-fpm from 6 to 7 in the gh-actions group Bumps the gh-actions group with 1 update: [fortran-lang/setup-fpm](https://github.com/fortran-lang/setup-fpm). Updates `fortran-lang/setup-fpm` from 6 to 7 - [Release notes](https://github.com/fortran-lang/setup-fpm/releases) - [Commits](https://github.com/fortran-lang/setup-fpm/compare/v6...v7) --- updated-dependencies: - dependency-name: fortran-lang/setup-fpm dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f08b51ef3..14bcae439 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -51,7 +51,7 @@ jobs: DOWNLOAD: "https://github.com/brechtsanders/winlibs_mingw/releases/download/10.3.0-12.0.0-9.0.0-r2/winlibs-x86_64-posix-seh-gcc-10.3.0-mingw-w64-9.0.0-r2.zip" - name: Setup FPM - uses: fortran-lang/setup-fpm@v6 + uses: fortran-lang/setup-fpm@v7 with: fpm-version: 'v0.9.0'