Skip to content

Commit

Permalink
Bump setup-dafny-action for all jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
tchajed committed Jan 12, 2024
1 parent 71dc096 commit 23d9cfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
timeout-minutes: 10
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/setup-go@v5
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
timeout-minutes: 10
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/setup-go@v5
Expand Down

0 comments on commit 23d9cfd

Please sign in to comment.