We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f9fad6 commit f1f530aCopy full SHA for f1f530a
.github/workflows/ci_verification.yml
@@ -50,7 +50,7 @@ jobs:
50
uses: dafny-lang/[email protected]
51
with:
52
# 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.5.0' }}
+ dafny-version: ${{ (github.event_name == 'schedule' || inputs.nightly) && 'nightly-latest' || '4.6.0' }}
54
55
- name: Regenerate code using smithy-dafny if necessary
56
if: ${{ inputs.nightly }}
0 commit comments