Skip to content

Commit ad16060

Browse files
authored
Merge pull request #992 from fortran-lang/dependabot/github_actions/fortran-lang/setup-fpm-5
Bump fortran-lang/setup-fpm from 3 to 5
2 parents f09d3d8 + 8a2cf87 commit ad16060

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)