From 5301b1b0e0ce7c39725fbe9e31a3b91865296694 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 14:21:11 +0000 Subject: [PATCH] build(deps): bump fortran-lang/setup-fortran from 1.6.1 to 1.8.1 Bumps [fortran-lang/setup-fortran](https://github.com/fortran-lang/setup-fortran) from 1.6.1 to 1.8.1. - [Release notes](https://github.com/fortran-lang/setup-fortran/releases) - [Commits](https://github.com/fortran-lang/setup-fortran/compare/8821f57b53846d35d62632eb51c60ac6c4bff4ce...47809fdb6e637da656ce9ada436527b240c1287f) --- updated-dependencies: - dependency-name: fortran-lang/setup-fortran dependency-version: 1.8.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2fb2be5..bb5d8b0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,7 +29,7 @@ jobs: - name: Checkout sources uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup Fortran compiler - uses: fortran-lang/setup-fortran@8821f57b53846d35d62632eb51c60ac6c4bff4ce # v1.6.1 + uses: fortran-lang/setup-fortran@47809fdb6e637da656ce9ada436527b240c1287f # v1.8.1 with: compiler: intel - name: Build C library diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4824f45..164f3d2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: if: runner.os == 'Linux' run: sudo apt-get update && sudo apt-get install gcc-multilib - name: Setup Fortran compiler - uses: fortran-lang/setup-fortran@8821f57b53846d35d62632eb51c60ac6c4bff4ce # v1.6.1 + uses: fortran-lang/setup-fortran@47809fdb6e637da656ce9ada436527b240c1287f # v1.8.1 with: compiler: intel - name: Build C library