Skip to content

Commit 542dd99

Browse files
authored
Apply suggestions from code review
1 parent 687e733 commit 542dd99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fpm-deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
version: ${{ matrix.toolchain.version }}
3333

3434
- name: Setup Fortran Package Manager
35-
uses: fortran-lang/setup-fpm@v7
35+
uses: fortran-lang/setup-fpm@v8
3636
with:
3737
fpm-version: 'v0.12.0'
3838

@@ -86,7 +86,7 @@ jobs:
8686
version: ${{ matrix.toolchain.version }}
8787

8888
- name: Setup Fortran Package Manager
89-
uses: fortran-lang/setup-fpm@v5
89+
uses: fortran-lang/setup-fpm@v8
9090
with:
9191
fpm-version: 'v0.12.0'
9292

0 commit comments

Comments
 (0)