Skip to content

Commit

Permalink
1.8.0 released now
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-aws committed Jan 16, 2025
1 parent dd0cdb0 commit 80a2097
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ A GitHub Action to download a binary release of Dafny and add it to the system

```yml
- name: "Install Dafny"
uses: dafny-lang/setup-dafny-action@v1.7.0
uses: dafny-lang/setup-dafny-action@v1.8.0
```
If you need to use a specific version:
```yml
- name: "Install Dafny"
uses: dafny-lang/setup-dafny-action@v1.7.0
uses: dafny-lang/setup-dafny-action@v1.8.0
with:
dafny-version: "2.3.0"
```
Expand Down

0 comments on commit 80a2097

Please sign in to comment.