From 04da63a114007e047952bafd2b255f215b7d1b84 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Fri, 13 Oct 2023 16:31:09 -0400 Subject: [PATCH] ci: fix awvwgk/setup-fortran -> fortran-lang/setup-fortran (#1986) --- .github/workflows/mf6.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mf6.yml b/.github/workflows/mf6.yml index 73729330c..1ed9fe26e 100644 --- a/.github/workflows/mf6.yml +++ b/.github/workflows/mf6.yml @@ -45,7 +45,7 @@ jobs: pip install .[test,optional] - name: Setup GNU Fortran - uses: awvwgk/setup-fortran@v1 + uses: fortran-lang/setup-fortran@v1 with: compiler: gcc version: 13