Skip to content

Commit 8a2cf87

Browse files
Bump fortran-lang/setup-fpm from 3 to 5
Bumps [fortran-lang/setup-fpm](https://github.com/fortran-lang/setup-fpm) from 3 to 5. - [Release notes](https://github.com/fortran-lang/setup-fpm/releases) - [Commits](fortran-lang/setup-fpm@v3...v5) --- updated-dependencies: - dependency-name: fortran-lang/setup-fpm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a0cb608 commit 8a2cf87

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
@@ -81,7 +81,7 @@ jobs:
8181

8282
# Phase 1: Bootstrap fpm with existing version
8383
- name: Install fpm
84-
uses: fortran-lang/setup-fpm@v3
84+
uses: fortran-lang/setup-fpm@v5
8585
with:
8686
fpm-version: 'v0.8.0'
8787

.github/workflows/meta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
200200
# Phase 1: Bootstrap fpm with existing version
201201
- name: Install fpm
202-
uses: fortran-lang/setup-fpm@v3
202+
uses: fortran-lang/setup-fpm@v5
203203
with:
204204
fpm-version: 'v0.8.0'
205205

.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@v3
70+
uses: fortran-lang/setup-fpm@v5
7171
with:
7272
fpm-version: 'v0.8.0'
7373

0 commit comments

Comments
 (0)