From 4eef4092c0391f0fce908e0d3ead0bb62ea2f6d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 15:45:21 +0000 Subject: [PATCH] build(deps): bump fortran-lang/setup-fortran from 1.6.1 to 1.9.0 Bumps [fortran-lang/setup-fortran](https://github.com/fortran-lang/setup-fortran) from 1.6.1 to 1.9.0. - [Release notes](https://github.com/fortran-lang/setup-fortran/releases) - [Commits](https://github.com/fortran-lang/setup-fortran/compare/8821f57b53846d35d62632eb51c60ac6c4bff4ce...2a1b9c55897d827a9dfeb114408f3615e53b2b72) --- updated-dependencies: - dependency-name: fortran-lang/setup-fortran dependency-version: 1.9.0 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 659c1d6..d90a826 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@2a1b9c55897d827a9dfeb114408f3615e53b2b72 # v1.9.0 with: compiler: intel - name: Build C library diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d6d569d..a0cd6b5 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@2a1b9c55897d827a9dfeb114408f3615e53b2b72 # v1.9.0 with: compiler: intel - name: Build C library