Skip to content

Commit

Permalink
Use latest version of setup-dafny-action
Browse files Browse the repository at this point in the history
  • Loading branch information
tchajed committed Jan 12, 2024
1 parent e6dcf26 commit 71dc096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Dafny
uses: dafny-lang/setup-dafny-action@v1
uses: dafny-lang/setup-dafny-action@v1.7.0
with:
dafny-version: ${{ env.dafny }}
- uses: actions/checkout@v4
Expand Down

0 comments on commit 71dc096

Please sign in to comment.