Skip to content

Commit a3901a7

Browse files
authored
Bump fortran-lang/setup-fpm from 5 to 7 (#1133)
2 parents 8293f55 + 728fda4 commit a3901a7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
# Phase 1: Bootstrap fpm with existing version
6363
- name: Install fpm
64-
uses: fortran-lang/setup-fpm@v5
64+
uses: fortran-lang/setup-fpm@v7
6565
with:
6666
fpm-version: 'v0.8.0'
6767

.github/workflows/meta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ jobs:
229229
230230
# Phase 1: Bootstrap fpm with existing version
231231
- name: Install fpm
232-
uses: fortran-lang/setup-fpm@v5
232+
uses: fortran-lang/setup-fpm@v7
233233
with:
234234
fpm-version: 'v0.8.0'
235235

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
patch -p1 < ./ci/single-file.patch
6868
6969
- name: Install fpm
70-
uses: fortran-lang/setup-fpm@v5
70+
uses: fortran-lang/setup-fpm@v7
7171
with:
7272
fpm-version: 'v0.8.0'
7373

0 commit comments

Comments
 (0)