Skip to content

Commit a6ccaf7

Browse files
authored
chore: bump dafny verification to 4.7.0 (#666)
1 parent c49af85 commit a6ccaf7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/daily_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
if: github.event_name != 'schedule' || github.repository_owner == 'aws'
1818
uses: ./.github/workflows/library_dafny_verification.yml
1919
with:
20-
dafny: '4.2.0'
20+
dafny: '4.7.0'
2121
# daily-ci-java:
2222
# if: github.event_name != 'schedule' || github.repository_owner == 'aws'
2323
# uses: ./.github/workflows/library_java_tests.yml

.github/workflows/pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
pr-ci-verification:
1313
uses: ./.github/workflows/library_dafny_verification.yml
1414
with:
15-
dafny: '4.2.0'
15+
dafny: '4.7.0'
1616
# pr-ci-java:
1717
# uses: ./.github/workflows/library_java_tests.yml
1818
# with:

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
push-ci-verification:
1515
uses: ./.github/workflows/library_dafny_verification.yml
1616
with:
17-
dafny: '4.2.0'
17+
dafny: '4.7.0'
1818
# push-ci-java:
1919
# uses: ./.github/workflows/library_java_tests.yml
2020
# with:

0 commit comments

Comments
 (0)