aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurence Kedward <laurence.kedward@bristol.ac.uk>2021-11-22 16:16:07 +0000
committerLaurence Kedward <laurence.kedward@bristol.ac.uk>2021-11-23 10:08:01 +0000
commit5728b54443059fc07595251743ad1c0965afae58 (patch)
treef1bf49a1b0c5c93c5943f5c5e79de04ca6f1123e
parentbfd9b06249814ad7c4bc47c0f065d6337f87076c (diff)
downloadfpm-5728b54443059fc07595251743ad1c0965afae58.tar.gz
fpm-5728b54443059fc07595251743ad1c0965afae58.zip
Bump bootstrap fpm version to 0.3.0
-rw-r--r--.github/workflows/CI.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml
index 2d951dc..55c548f 100644
--- a/.github/workflows/CI.yml
+++ b/.github/workflows/CI.yml
@@ -63,7 +63,7 @@ jobs:
- name: Install fpm
uses: fortran-lang/setup-fpm@v3
with:
- fpm-version: 'v0.2.0'
+ fpm-version: 'v0.3.0'
- name: Remove fpm from path
shell: bash