Skip to content

Commit 84cebc0

Browse files
Bump fortran-lang/setup-fpm from 9 to 10 (dftd4#365)
Bumps [fortran-lang/setup-fpm](https://github.com/fortran-lang/setup-fpm) from 9 to 10. - [Release notes](https://github.com/fortran-lang/setup-fpm/releases) - [Commits](fortran-lang/setup-fpm@v9...v10) --- updated-dependencies: - dependency-name: fortran-lang/setup-fpm dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 873ffd3 commit 84cebc0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
GCC_V: ${{ env.GCC_V }}
6060

6161
- name: Setup fpm
62-
uses: fortran-lang/setup-fpm@v9 # fpm 0.11.0
62+
uses: fortran-lang/setup-fpm@v10 # fpm 0.11.0
6363
with:
6464
github-token: ${{ secrets.GITHUB_TOKEN }}
6565

.github/workflows/fortran-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
202202
- name: Install fpm
203203
if: ${{ matrix.build == 'fpm' }}
204-
uses: fortran-lang/setup-fpm@v9 # fpm 0.11.0
204+
uses: fortran-lang/setup-fpm@v10 # fpm 0.11.0
205205
with:
206206
github-token: ${{ secrets.GITHUB_TOKEN }}
207207

0 commit comments

Comments
 (0)