Skip to content

Commit

Permalink
Bump fortran-lang/setup-fpm from 5 to 6
Browse files Browse the repository at this point in the history
Bumps [fortran-lang/setup-fpm](https://github.com/fortran-lang/setup-fpm) from 5 to 6.
- [Release notes](https://github.com/fortran-lang/setup-fpm/releases)
- [Commits](fortran-lang/setup-fpm@v5...v6)

---
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]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 448d47c commit f876b0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

# Phase 1: Bootstrap fpm with existing version
- name: Install fpm
uses: fortran-lang/setup-fpm@v5
uses: fortran-lang/setup-fpm@v6
with:
fpm-version: 'v0.8.0'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ jobs:
# Phase 1: Bootstrap fpm with existing version
- name: Install fpm
uses: fortran-lang/setup-fpm@v5
uses: fortran-lang/setup-fpm@v6
with:
fpm-version: 'v0.8.0'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
patch -p1 < ./ci/single-file.patch
- name: Install fpm
uses: fortran-lang/setup-fpm@v5
uses: fortran-lang/setup-fpm@v6
with:
fpm-version: 'v0.8.0'

Expand Down

0 comments on commit f876b0e

Please sign in to comment.