From 3041f0f6d1efd7c7c8dece3fa8043933310ef81e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 01:07:48 +0000 Subject: [PATCH] Bump fortran-lang/setup-fortran from 1.6.2 to 1.6.3 Bumps [fortran-lang/setup-fortran](https://github.com/fortran-lang/setup-fortran) from 1.6.2 to 1.6.3. - [Release notes](https://github.com/fortran-lang/setup-fortran/releases) - [Commits](https://github.com/fortran-lang/setup-fortran/compare/830c95528fbdb3132afbca6d22bcda17f9f394f6...2bbdcb313d2b7e72d1d07caf87f3ef9f376d9224) --- 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 46a81d5..43d25bc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -184,7 +184,7 @@ jobs: key: ccache-${{ runner.os }}-${{ matrix.py-version }} - name: Setup GNU Fortran - uses: fortran-lang/setup-fortran@830c95528fbdb3132afbca6d22bcda17f9f394f6 # v1.6.2 + uses: fortran-lang/setup-fortran@2bbdcb313d2b7e72d1d07caf87f3ef9f376d9224 # v1.6.3 - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 with: