From 581cef70a7f0cffc176f084415f2d497f1e95881 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 20:27:54 +0000 Subject: [PATCH] Bump fortran-lang/setup-fpm from 5 to 6 Bumps [fortran-lang/setup-fpm](https://github.com/fortran-lang/setup-fpm) from 5 to 6. - [Release notes](https://github.com/fortran-lang/setup-fpm/releases) - [Commits](https://github.com/fortran-lang/setup-fpm/compare/v5...v6) --- updated-dependencies: - dependency-name: fortran-lang/setup-fpm dependency-type: direct:production update-type: version-update:semver-major ... 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 8449480..2d93128 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: - name: macos workaround if: runner.os == 'macos' run: brew install gcc@10 - - uses: fortran-lang/setup-fpm@v5 + - uses: fortran-lang/setup-fpm@v6 with: github-token: ${{ secrets.GITHUB_TOKEN }} - run: fpm test