Skip to content

Commit

Permalink
Fix setup-fortran and setup-fpm versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gha3mi committed Feb 24, 2024
1 parent f83a2b5 commit 18d2da9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
submodules: recursive

- name: Setup Fortran Package Manager (fpm)
uses: fortran-lang/setup-fpm@main
uses: fortran-lang/setup-fpm@v5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Setup Fortran Compiler
uses: fortran-lang/setup-fortran@v1
uses: fortran-lang/setup-fortran@main
id: setup-fortran
with:
compiler: ${{ matrix.toolchain.compiler }}
Expand Down

0 comments on commit 18d2da9

Please sign in to comment.