Skip to content

Commit 472e198

Browse files
committed
chore: bump dafny verification version to 4.7
1 parent 862420e commit 472e198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_verification.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: dafny-lang/[email protected]
5151
with:
5252
# A && B || C is the closest thing to an if .. then ... else ... or ?: expression the GitHub Actions syntax supports.
53-
dafny-version: ${{ (github.event_name == 'schedule' || inputs.nightly) && 'nightly-latest' || '4.6.0' }}
53+
dafny-version: ${{ (github.event_name == 'schedule' || inputs.nightly) && 'nightly-latest' || '4.7.0' }}
5454

5555
- name: Regenerate code using smithy-dafny if necessary
5656
if: ${{ github.event_name == 'schedule' || inputs.nightly }}

0 commit comments

Comments
 (0)