Skip to content

Commit

Permalink
Update README to use v1 instead of v1.0 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
celinval authored Jan 10, 2024
1 parent 3c6810a commit f838096
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Run Kani
uses: model-checking/kani-github-action@v1.0
uses: model-checking/kani-github-action@v1
```
#### Example 2: Use pinned version of Kani
Expand All @@ -66,7 +66,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Run Kani
uses: model-checking/kani-github-action@v1.0
uses: model-checking/kani-github-action@v1
with:
kani-version: '0.35.0'
command: 'cargo-kani'
Expand All @@ -83,7 +83,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Run Kani
uses: model-checking/kani-github-action@v1.0
uses: model-checking/kani-github-action@v1
with:
args: '--tests'
enable-propproof: true
Expand Down

0 comments on commit f838096

Please sign in to comment.