File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 81
81
82
82
# Phase 1: Bootstrap fpm with existing version
83
83
- name : Install fpm
84
- uses : fortran-lang/setup-fpm@v3
84
+ uses : fortran-lang/setup-fpm@v5
85
85
with :
86
86
fpm-version : ' v0.8.0'
87
87
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ jobs:
199
199
200
200
# Phase 1: Bootstrap fpm with existing version
201
201
- name : Install fpm
202
- uses : fortran-lang/setup-fpm@v3
202
+ uses : fortran-lang/setup-fpm@v5
203
203
with :
204
204
fpm-version : ' v0.8.0'
205
205
Original file line number Diff line number Diff line change 67
67
patch -p1 < ./ci/single-file.patch
68
68
69
69
- name : Install fpm
70
- uses : fortran-lang/setup-fpm@v3
70
+ uses : fortran-lang/setup-fpm@v5
71
71
with :
72
72
fpm-version : ' v0.8.0'
73
73
You can’t perform that action at this time.
0 commit comments