Skip to content

Commit 64d2183

Browse files
committed
Update: README for new release
1 parent d2810ef commit 64d2183

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
github-token: ${{ secrets.GITHUB_TOKEN }}
2121
fpm-version: ${{ matrix.fpm-version }}
22-
use-bootstrap: ${{ matrix.use-bootstrap }}
22+
use-haskell: ${{ matrix.use-bootstrap }}
2323

2424
- name: test fpm
2525
run: fpm --help

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ __GitHub Action to setup the [Fortran Package Manager](https://github.com/fortra
99
## Usage
1010

1111
```yaml
12-
- uses: fortran-lang/setup-fpm@v2
12+
- uses: fortran-lang/setup-fpm@v3
1313
with:
1414
github-token: ${{ secrets.GITHUB_TOKEN }}
1515
```

0 commit comments

Comments
 (0)